mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00: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!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e84e3ccaa
commit
2f017cb7f3
@ -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…
x
Reference in New Issue
Block a user