diff options
author | Thomas Kluyver <takowl@gmail.com> | 2011-11-12 17:06:04 +0000 |
---|---|---|
committer | Thomas Kluyver <takowl@gmail.com> | 2011-11-12 17:06:04 +0000 |
commit | a1f30527d584215279cbfda0c30fa32ba7d81a70 (patch) | |
tree | bb2219e9d8552c901df13e3e815372e925d66e73 /run_tests_py3.sh | |
parent | e2fb491a3da80f9e01f3303b3df24881ab41eefa (diff) | |
download | rdflib-a1f30527d584215279cbfda0c30fa32ba7d81a70.tar.gz |
Various fixes for Python 3 compatibility.
Diffstat (limited to 'run_tests_py3.sh')
-rwxr-xr-x | run_tests_py3.sh | 2 |
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 |