From 073e43c0a099690eeb467bedac55f23e25e329c6 Mon Sep 17 00:00:00 2001 From: ddimatos Date: Fri, 6 Sep 2024 23:02:40 -0700 Subject: [PATCH] Wrapped defaults in strings Signed-off-by: ddimatos --- ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ac b/ac index b72e8edde..44ded71f0 100755 --- a/ac +++ b/ac @@ -799,8 +799,8 @@ test_concurrent(){ # --extra -> --extr -> extra=$20 -> pass through -> "cd `pwd`" # ---------------------------------------------------------------------------------------------------------------------------------- - # echo "host=${1} user=${2} python=${3} zoau=${4} pythonpath=${5} volumes=${6} file=${7} skip=${8} itr=${9} replay=${10}"\ - # "timeout=${11} throttle=${12} workers=${13} maxjob=${14} maxnode=${15} bal=${16} verbose=${17} verbosity=${18} debug=${19} extra=${20} returncode=${21}" + echo "host=${1} user=${2} python=${3} zoau=${4} pythonpath=${5} volumes=${6} file=${7} skip=${8} itr=${9} replay=${10}"\ + "timeout=${11} throttle=${12} workers=${13} maxjob=${14} maxnode=${15} bal=${16} verbose=${17} verbosity=${18} debug=${19} extra=${20} returncode=${21}" host="${1}" user="${2}" @@ -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