MOBILE-3401 travis: Fix telegram e2e notifications
parent
a3f29ad86d
commit
247e31add4
|
@ -45,13 +45,13 @@ $dockerscripts/moodle-docker-wait-for-app
|
||||||
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/init.php"
|
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/init.php"
|
||||||
notify_on_error_exit "e2e failed initializing behat"
|
notify_on_error_exit "e2e failed initializing behat"
|
||||||
|
|
||||||
|
print_title "Running e2e tests"
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
for tags in "$@"
|
for tags in "$@"
|
||||||
do
|
do
|
||||||
print_title "Running e2e tests ($tags)"
|
|
||||||
|
|
||||||
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
|
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
|
||||||
notify_on_error_exit "e2e failed on $tags"
|
notify_on_error_exit "Some e2e tests are failing, please review"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Loading…
Reference in New Issue