From: fennecdjay Date: Sun, 21 Jul 2019 09:22:50 +0000 (+0200) Subject: :bug: Update test.sh to use new comments X-Git-Tag: nightly~2311 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4516e1056b46ef2ade49c27d8ccc96f9c1f69e11;p=gwion.git :bug: Update test.sh to use new comments --- diff --git a/help/test.sh b/help/test.sh index af28a55a..cfb2ad08 100644 --- a/help/test.sh +++ b/help/test.sh @@ -32,6 +32,7 @@ assert_contain() { contains=${contains:1} [ -z "$contains" ] && return 0 grep "$contains" "$2.err.log" > /dev/null && return 0 + grep "$contains" "$2.std.log" > /dev/null && return 0 echo "does not contain $contains" > "$2.log" return 1 }