mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
On Windows hosts, Python scripts in test/Scripts did not accept binary files from stdin. The environment variable "PYTHONUNBUFFERED" makes stdin as binary. Thanks to Danil Malyshev!
llvm-svn: 127072
This commit is contained in:
parent
dd4a20e7d7
commit
355800852d
@ -18,6 +18,7 @@ class TestingConfig:
|
||||
'SYSTEMROOT' : os.environ.get('SYSTEMROOT',''),
|
||||
'LLVM_DISABLE_CRT_DEBUG' : '1',
|
||||
'PRINTF_EXPONENT_DIGITS' : '2',
|
||||
'PYTHONUNBUFFERED' : '1',
|
||||
}
|
||||
|
||||
config = TestingConfig(parent,
|
||||
|
Loading…
Reference in New Issue
Block a user