mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
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…
x
Reference in New Issue
Block a user