aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index 2dd5e25ce..8fdbe8f26 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -27,7 +27,7 @@ runTest () {
27 "echo Trying {} >> $joblog; npm run mocha -- -c --timeout 30000 --exit --bail {}" \ 27 "echo Trying {} >> $joblog; npm run mocha -- -c --timeout 30000 --exit --bail {}" \
28 ::: $files 28 ::: $files
29 29
30 cat "$joblog" | uniq -c 30 cat "$joblog" | sort | uniq -c
31 rm "$joblog" 31 rm "$joblog"
32} 32}
33 33