mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
This commit is contained in:
parent
a26f8ca668
commit
e1b5ac6408
22 changed files with 31 additions and 61 deletions
|
@ -59,7 +59,7 @@ RSYNC_OPTS="-aC -e ssh"
|
|||
PYTHON=$INSTALL_DIR/bin/python
|
||||
|
||||
# Python options and regression test program that should always be run.
|
||||
REGRTEST_ARGS="-E -tt $INSTALL_DIR/lib/python3.0/test/regrtest.py"
|
||||
REGRTEST_ARGS="-E $INSTALL_DIR/lib/python3.0/test/regrtest.py"
|
||||
|
||||
REFLOG="build/reflog.txt.out"
|
||||
# These tests are not stable and falsely report leaks sometimes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue