From cecc78a6527c1fc262a291ddfaa3ca1708d0bc6b Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 18 Dec 2020 22:27:43 +0100 Subject: [PATCH] remove quotes frome the install_args --- 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 ff52d94..0ab5762 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -126,7 +126,7 @@ parse_check_process() { --arg test_type "$test_type" \ --arg test_arg "$test_arg" \ --arg preinstall_template "$preinstall_template" \ - --arg install_args "$_install_args" \ + --arg install_args "${_install_args//\"}" \ --argjson extra "$extra" \ '{ $test_serie, $test_type, $test_arg, $preinstall_template, $install_args, $extra }' \ > "$TEST_CONTEXT/tests/$test_id.json"