Skip to content

Commit 3d852ae

Browse files
committed
Remember to quit on first error
1 parent 43c88c9 commit 3d852ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test-cloud.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# exit on first error
4+
set -e
5+
36
for browser in MicrosoftEdge chrome firefox; do
47
echo Running tests using $browser in the Sauce Labs cloud
58
BROWSER_NAME=$browser mochify -C mochify.webdriver.cjs

0 commit comments

Comments
 (0)