Skip to content

Commit 784ba9c

Browse files
authored
Merge pull request #2417 from crazyserver/MOBILE-3401
MOBILE-3401 travis: Fix telegram e2e notifications
2 parents e725cfe + 7d15749 commit 784ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ do
5151
print_title "Running e2e tests ($tags)"
5252

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)