mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Uhoh this is not supposed to echo anything..
This commit is contained in:
parent
9969581d5d
commit
da906a0dc9
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ this_is_a_web_app () {
|
||||||
# installs should be a good indicator for the fact that it's not a webapp
|
# installs should be a good indicator for the fact that it's not a webapp
|
||||||
for TEST in $(ls $TEST_CONTEXT/tests/*.json)
|
for TEST in $(ls $TEST_CONTEXT/tests/*.json)
|
||||||
do
|
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
|
&& return 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue