Uhoh this is not supposed to echo anything..

This commit is contained in:
Alexandre Aubin 2020-12-19 04:14:01 +01:00
parent 9969581d5d
commit da906a0dc9

View file

@ -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