summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 5bb2842b2..3bf996fa2 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -91,7 +91,7 @@ function run_tests {
# Just run the test suites in current environment
set +e
testrargs=`echo "$testrargs" | sed -e's/^\s*\(.*\)\s*$/\1/'`
- TESTRTESTS="$TESTRTESTS --testr-args='$testrargs'"
+ TESTRTESTS="$TESTRTESTS --testr-args='$testropts $testrargs'"
echo "Running \`${wrapper} $TESTRTESTS\`"
bash -c "${wrapper} $TESTRTESTS"
RESULT=$?
@@ -155,7 +155,7 @@ function run_pep8 {
}
-TESTRTESTS="python setup.py testr $testropts"
+TESTRTESTS="python setup.py testr"
if [ $never_venv -eq 0 ]
then