Skip to content

Commit 247e31a

Browse files
committed
MOBILE-3401 travis: Fix telegram e2e notifications
1 parent a3f29ad commit 247e31a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test_e2e.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ $dockerscripts/moodle-docker-wait-for-app
4545
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/init.php"
4646
notify_on_error_exit "e2e failed initializing behat"
4747

48+
print_title "Running e2e tests"
49+
4850
# Run tests
4951
for tags in "$@"
5052
do
51-
print_title "Running e2e tests ($tags)"
52-
5353
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
54-
notify_on_error_exit "e2e failed on $tags"
54+
notify_on_error_exit "Some e2e tests are failing, please review"
5555
done
5656

5757
# Clean up

0 commit comments

Comments
 (0)