mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
remove quotes frome the install_args
This commit is contained in:
parent
be5698f8b2
commit
cecc78a652
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue