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:
1818script :
1919 - lein test
2020 - 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
2222 - ./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
2424 - 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
2626 - 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
2828 - 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