remove quotes frome the install_args

This commit is contained in:
Kay0u 2020-12-18 22:27:43 +01:00
parent be5698f8b2
commit cecc78a652
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -126,7 +126,7 @@ parse_check_process() {
--arg test_type "$test_type" \ --arg test_type "$test_type" \
--arg test_arg "$test_arg" \ --arg test_arg "$test_arg" \
--arg preinstall_template "$preinstall_template" \ --arg preinstall_template "$preinstall_template" \
--arg install_args "$_install_args" \ --arg install_args "${_install_args//\"}" \
--argjson extra "$extra" \ --argjson extra "$extra" \
'{ $test_serie, $test_type, $test_arg, $preinstall_template, $install_args, $extra }' \ '{ $test_serie, $test_type, $test_arg, $preinstall_template, $install_args, $extra }' \
> "$TEST_CONTEXT/tests/$test_id.json" > "$TEST_CONTEXT/tests/$test_id.json"