From: Barry Warsaw Date: Fri, 17 Oct 2008 12:05:40 +0000 (+0000) Subject: Really commit the patch for bug 4125; runtests.sh use -bb flag X-Git-Tag: v3.0rc2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bbf006bd6e9783dd02065c0cf4746060692a8c;p=python Really commit the patch for bug 4125; runtests.sh use -bb flag --- diff --git a/runtests.sh b/runtests.sh index 93ef83303c..2d3cfc8969 100755 --- a/runtests.sh +++ b/runtests.sh @@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;; *) PYTHON=./python;; esac +PYTHON="$PYTHON -bb" + # Unset PYTHONPATH, just to be sure. unset PYTHONPATH