]> granicus.if.org Git - python/commitdiff
Really commit the patch for bug 4125; runtests.sh use -bb flag
authorBarry Warsaw <barry@python.org>
Fri, 17 Oct 2008 12:05:40 +0000 (12:05 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 17 Oct 2008 12:05:40 +0000 (12:05 +0000)
runtests.sh

index 93ef83303c9b6d06f8445705c3ecb1284b58d43e..2d3cfc8969be3df21627097b547deda1c2db8c3e 100755 (executable)
@@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;;
 *)      PYTHON=./python;;
 esac
 
+PYTHON="$PYTHON -bb"
+
 # Unset PYTHONPATH, just to be sure.
 unset PYTHONPATH