commit | b8b3501efe00e7597faca5e9c18c6e22bb3ca22c | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Oct 15 13:09:35 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Oct 15 13:09:35 2013 +0000 |
tree | 8a06755000bc30d42dec54df62d46e454ad6d765 | |
parent | 54b7e83852386319be6a841410b7023d08a69d0b [diff] | |
parent | ee332b090b4a8cc7b56e2be39e3cf007c129fb5f [diff] |
Merge "Restores passing additional parameters to nosetest"
diff --git a/run_tests.sh b/run_tests.sh index 970da51..5c8ce7d 100755 --- a/run_tests.sh +++ b/run_tests.sh
@@ -63,7 +63,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"; noseargs+=" $1" ;; esac shift done