From da906a0dc9c31a7530cbc2923e5b00ab32799c8b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 19 Dec 2020 04:14:01 +0100 Subject: [PATCH] Uhoh this is not supposed to echo anything.. --- lib/tests_coordination.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 579175c..b935a4f 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -382,7 +382,7 @@ this_is_a_web_app () { # installs should be a good indicator for the fact that it's not a webapp for TEST in $(ls $TEST_CONTEXT/tests/*.json) do - jq -e '. | select(.test_type == "TEST_INSTALL") | select(.test_arg == "nourl")' $TEST \ + jq -e '. | select(.test_type == "TEST_INSTALL") | select(.test_arg == "nourl")' $TEST > /dev/null \ && return 1 done