Really commit the patch for bug 4125; runtests.sh use -bb flag
This commit is contained in:
parent
da78043237
commit
34bbf006bd
|
@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;;
|
|||
*) PYTHON=./python;;
|
||||
esac
|
||||
|
||||
PYTHON="$PYTHON -bb"
|
||||
|
||||
# Unset PYTHONPATH, just to be sure.
|
||||
unset PYTHONPATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue