Skip to content

Commit

Permalink
Wrapped defaults in strings
Browse files Browse the repository at this point in the history
Signed-off-by: ddimatos <[email protected]>
  • Loading branch information
ddimatos committed Sep 7, 2024
1 parent 073e43c commit 0ac35ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ac
Original file line number Diff line number Diff line change
Expand Up @@ -1967,11 +1967,11 @@ elif [ "$option_submitted" ] && [ "$option_submitted" = "--ac-sanity" ] ; then
elif [ "$option_submitted" ] && [ "$option_submitted" = "--ac-test" ] ; then
ac_test ${host:=""} ${python:=""} ${zoau:=""} ${file:=""} ${test:=""} ${debug:=""} ${name:=""}
elif [ "$option_submitted" ] && [ "$option_submitted" = "--test-concurrent" ] ; then
test_concurrent "${host:=''}" "${user:=''}" "${python:=''}" "${zoau:=''}" "${pythonpath:=''}"\
"${volumes:='222222,000000'}" "${file:='functional/*,unit/*'}" "${skip:='test_module_security.py'}"\
"${itr:='50'}" "${replay:='5'}" "${timeout:="300"}" "${throttle:='True'}" "${workers:="1"}"\
"${maxjob:="10"}" "${maxnode:="30"}" "${bal:="10"}" "${verbose:='False'}" "${verbosity:="0"}"\
"${debug:='False'}" "${extra:='cd `pwd`'}" "${returncode:='False'}"
test_concurrent "${host:=""}" "${user:=""}" "${python:=""}" "${zoau:=""}" "${pythonpath:=""}"\
"${volumes:="222222,000000"}" "${file:="functional/*,unit/*"}" "${skip:="test_module_security.py"}"\
"${itr:="50"}" "${replay:="5"}" "${timeout:="300"}" "${throttle:="True"}" "${workers:="1"}"\
"${maxjob:="10"}" "${maxnode:="30"}" "${bal:="10"}" "${verbose:="False"}" "${verbosity:="0"}"\
"${debug:="False"}" "${extra:="cd `pwd`"}" "${returncode:="False"}"
elif [ "$option_submitted" ] && [ "$option_submitted" = "--ac-test-config" ] ; then
ac_test_config ${name:=""}
elif [ "$option_submitted" ] && [ "$option_submitted" = "--test-dep-find" ] ; then
Expand Down

0 comments on commit 0ac35ac

Please sign in to comment.