commit | 09fcbc737fd43caa87da7e366db513a735c72572 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Jul 18 02:25:20 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jul 18 02:25:20 2014 +0000 |
tree | ae46f5b10acbae6a2e828c7c63aad7dc47a07017 | |
parent | 6cc5903d25d7f7e3265cebdce01a531de2d65abe [diff] | |
parent | 866079825cb24abc349bd3aecac23e455b0fd898 [diff] |
Merge "Fixed argument parsing in run script"
diff --git a/run_tempest.sh b/run_tempest.sh index bdd1f69..5a9b742 100755 --- a/run_tempest.sh +++ b/run_tempest.sh
@@ -58,7 +58,7 @@ -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