Discussion:
[Python-3000-checkins] r66957 - python/branches/py3k/runtests.sh
barry.warsaw
2008-10-17 12:05:41 UTC
Permalink
Author: barry.warsaw
Date: Fri Oct 17 14:05:40 2008
New Revision: 66957

Log:
Really commit the patch for bug 4125; runtests.sh use -bb flag

Modified:
python/branches/py3k/runtests.sh

Modified: python/branches/py3k/runtests.sh
==============================================================================
--- python/branches/py3k/runtests.sh (original)
+++ python/branches/py3k/runtests.sh Fri Oct 17 14:05:40 2008
@@ -22,6 +22,8 @@
*) PYTHON=./python;;
esac

+PYTHON="$PYTHON -bb"
+
# Unset PYTHONPATH, just to be sure.
unset PYTHONPATH

Loading...