Skip to content
Snippets Groups Projects
Verified Commit 4ab8abe8 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

duneci-standard-test: do not be unhappy about empty select_test_args array

parent 8aa7bbf8
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -91,4 +91,4 @@ if [[ "${DUNECI_TEST_INSTALL:-0}" != 0 ]] ; then ...@@ -91,4 +91,4 @@ if [[ "${DUNECI_TEST_INSTALL:-0}" != 0 ]] ; then
fi fi
${DUNECONTROL} --current "${@}" make ${parallel_opts} "${build_test_targets[@]}" ${DUNECONTROL} --current "${@}" make ${parallel_opts} "${build_test_targets[@]}"
# note the extra quoting for select_test_args to protect it from dunecontrol evaling it # note the extra quoting for select_test_args to protect it from dunecontrol evaling it
${DUNECONTROL} --current "${@}" bexec ${DUNE_CTEST} ${parallel_opts} "${select_test_args[@]@Q}" ${DUNECONTROL} --current "${@}" bexec ${DUNE_CTEST} ${parallel_opts} ${select_test_args[@]:+"${select_test_args[@]@Q}"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment