mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Really commit the patch for bug 4125; runtests.sh use -bb flag
This commit is contained in:
parent
da78043237
commit
34bbf006bd
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;;
|
|||
*) PYTHON=./python;;
|
||||
esac
|
||||
|
||||
PYTHON="$PYTHON -bb"
|
||||
|
||||
# Unset PYTHONPATH, just to be sure.
|
||||
unset PYTHONPATH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue