From 14b3e8f4457b2e2aad52044b4c373f5b8fb06568 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Jul 2022 11:34:48 +0200 Subject: Fix test after hooks --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 () { "echo Trying {} >> $joblog; npm run mocha -- -c --timeout 30000 --exit --bail {}" \ ::: $files - cat "$joblog" | uniq -c + cat "$joblog" | sort | uniq -c rm "$joblog" } -- cgit v1.2.3