Skip to content

Commit 079fa07

Browse files
committed
short circuit when test failed
1 parent 8074a31 commit 079fa07

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

test/run.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ pwd
33

44
export TZ=CET-1CEST
55

6-
node test-builders.js
7-
node test-javascript.js
8-
node test-css.js
9-
node test-utils.js
10-
node test-framework-debug.js
6+
node test-builders.js &&
7+
node test-javascript.js &&
8+
node test-css.js &&
9+
node test-utils.js &&
10+
node test-framework-debug.js &&
1111
node test-framework-release.js
12+

0 commit comments

Comments
 (0)