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

This commit is contained in:
Barry Warsaw 2008-10-17 12:05:40 +00:00
parent da78043237
commit 34bbf006bd
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac
PYTHON="$PYTHON -bb"
# Unset PYTHONPATH, just to be sure.
unset PYTHONPATH