From: umer2001 Date: Tue, 6 Oct 2020 15:11:38 +0000 (+0500) Subject: 🐛 Fix async mode X-Git-Tag: nightly~1243^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=refs%2Fpull%2F197%2Fhead;p=gwion.git 🐛 Fix async mode --- diff --git a/scripts/test.sh b/scripts/test.sh index ecbbc5b0..fbd9e82d 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -187,7 +187,7 @@ test_dir() { n=$2 l=$n offset=$n - [ "$async" -lt 0 ] && set -m + [ "$async" -gt 0 ] && set -m found=0 grep '\.gw' <<< "$(ls "$1")" &> /dev/null && found=1 if [ "$found" -eq 1 ]