mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
regrtest: add -u for unbuffered stdout/stderr
This commit is contained in:
parent
78c13021db
commit
3e56c23e7d
3 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@ def is_resource_use_flag(arg):
|
|||
|
||||
def main(regrtest_args):
|
||||
args = [sys.executable,
|
||||
'-u', # Unbuffered stdout and stderr
|
||||
'-W', 'default', # Warnings set to 'default'
|
||||
'-bb', # Warnings about bytes/bytearray
|
||||
'-E', # Ignore environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue