]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: make test stoppable again
authorfennecdjay <fennecdjay@gwion.tk>
Fri, 23 Oct 2020 09:30:04 +0000 (11:30 +0200)
committerfennecdjay <fennecdjay@gwion.tk>
Fri, 23 Oct 2020 09:30:04 +0000 (11:30 +0200)
scripts/test.sh

index fbd9e82d5efd7182ad4e58ff7e030890ae526f42..f02f8bad68a601623b5e11c447edbf2b93254612 100644 (file)
@@ -23,6 +23,8 @@
 : "${separator:=/}"
 
 
+[ "$async" -gt 0 ] && set -m
+
 assert_returns() {
   [ "$1" -eq 0   ] && return 0
   [ "$1" -eq 139 ] && echo "segfault" > "$2"
@@ -187,7 +189,6 @@ test_dir() {
   n=$2
   l=$n
   offset=$n
-  [ "$async" -gt 0 ] && set -m
   found=0
   grep '\.gw' <<< "$(ls "$1")" &> /dev/null && found=1
   if [ "$found" -eq 1 ]