From 7d15749f1fe8fb294e99cbc03393467440a9f59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 17 Jun 2020 12:08:33 +0200 Subject: [PATCH] MOBILE-3401 travis: Fix telegram e2e notifications --- scripts/test_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_e2e.sh b/scripts/test_e2e.sh index fc1c36291..e4ea26ed5 100755 --- a/scripts/test_e2e.sh +++ b/scripts/test_e2e.sh @@ -51,7 +51,7 @@ do print_title "Running e2e tests ($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 # Clean up