File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ before_script:
18
18
script :
19
19
- lein test
20
20
- jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
21
- - grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
21
+ - grep '0 failures, 0 errors.' test-out.txt
22
22
- ./spidermoney/js -f builds/out-adv/core-advanced-test.js | tee test-out.txt
23
- - grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
23
+ - grep '0 failures, 0 errors.' test-out.txt
24
24
- jjs builds/out-adv/core-advanced-test.js | tee test-out.txt
25
- - grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
25
+ - grep '0 failures, 0 errors.' test-out.txt
26
26
- script/test-self-host | tee test-out.txt
27
- - grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
27
+ - grep '0 failures, 0 errors.' test-out.txt
28
28
- script/test-self-parity | tee test-out.txt
29
- - grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
29
+ - grep '0 failures, 0 errors.' test-out.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments