summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Perttula <drewp@bigasterisk.com>2015-03-31 22:01:42 -0700
committerDrew Perttula <drewp@bigasterisk.com>2015-03-31 22:01:42 -0700
commitaff5b2525154932e7162327139a1d445b02a65bf (patch)
tree14cc9e02338b3f5448e2bb3937ea3a9786776a46
parentb93f3ddcf5df16273ce57f0ce77e365ddc676b70 (diff)
downloadrdflib-aff5b2525154932e7162327139a1d445b02a65bf.tar.gz
run_tests_py3.sh shouldn't lose cmdline args
-rwxr-xr-xrun_tests_py3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests_py3.sh b/run_tests_py3.sh
index 30fc770e..aa681ef9 100755
--- a/run_tests_py3.sh
+++ b/run_tests_py3.sh
@@ -16,4 +16,4 @@ cd build/py3_testing
2to3 -wn --no-diffs test
2to3 -wn --no-diffs run_tests.py
-python3 run_tests.py
+python3 run_tests.py $@