diff --git a/run_tempest.sh b/run_tempest.sh index bdd1f69005..5a9b7425dd 100755 --- a/run_tempest.sh +++ b/run_tempest.sh @@ -58,7 +58,7 @@ while [ $# -gt 0 ]; do -l|--logging) logging=1;; -L|--logging-config) logging_config=$2; shift;; --) [ "yes" == "$first_uu" ] || testrargs="$testrargs $1"; first_uu=no ;; - *) testrargs+="$testrargs $1";; + *) testrargs="$testrargs $1";; esac shift done