summaryrefslogtreecommitdiff
path: root/run_tests_py3.sh
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2011-11-12 17:06:04 +0000
committerThomas Kluyver <takowl@gmail.com>2011-11-12 17:06:04 +0000
commita1f30527d584215279cbfda0c30fa32ba7d81a70 (patch)
treebb2219e9d8552c901df13e3e815372e925d66e73 /run_tests_py3.sh
parente2fb491a3da80f9e01f3303b3df24881ab41eefa (diff)
downloadrdflib-a1f30527d584215279cbfda0c30fa32ba7d81a70.tar.gz
Various fixes for Python 3 compatibility.
Diffstat (limited to 'run_tests_py3.sh')
-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 efe99fe4..15195395 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 2> testlog