From aff5b2525154932e7162327139a1d445b02a65bf Mon Sep 17 00:00:00 2001 From: Drew Perttula Date: Tue, 31 Mar 2015 22:01:42 -0700 Subject: run_tests_py3.sh shouldn't lose cmdline args --- run_tests_py3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.1