[Python-3000-checkins] r66957 - python/branches/py3k/runtests.sh

barry.warsaw python-3000-checkins at python.org
Fri Oct 17 14:05:41 CEST 2008


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
 


More information about the Python-3000-checkins mailing list