From 4516e1056b46ef2ade49c27d8ccc96f9c1f69e11 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 21 Jul 2019 11:22:50 +0200 Subject: [PATCH] :bug: Update test.sh to use new comments --- help/test.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.43.0