From 33c2095d299891172fc77ba607412e0a4bfc4a84 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 18 Dec 2020 22:53:35 +0100 Subject: [PATCH] fix multiline script --- 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 3ce3be0..1041303 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -365,7 +365,7 @@ start_test () { local current_test_serie=$(jq -r '.test_serie' $testfile) [[ "$current_test_serie" != "default" ]] \ - && 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)