mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix multiline script
This commit is contained in:
parent
ce3d4ea776
commit
33c2095d29
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ start_test () {
|
||||||
|
|
||||||
local current_test_serie=$(jq -r '.test_serie' $testfile)
|
local current_test_serie=$(jq -r '.test_serie' $testfile)
|
||||||
[[ "$current_test_serie" != "default" ]] \
|
[[ "$current_test_serie" != "default" ]] \
|
||||||
&& current_test_serie="($current_test_serie)"
|
&& current_test_serie="($current_test_serie)" \
|
||||||
|| current_test_serie=""
|
|| current_test_serie=""
|
||||||
|
|
||||||
total_number_of_test=$(ls $TEST_CONTEXT/tests/*.json | wc -l)
|
total_number_of_test=$(ls $TEST_CONTEXT/tests/*.json | wc -l)
|
||||||
|
|
Loading…
Add table
Reference in a new issue