mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 09:09:12 +00:00
lit: Propagate TERM variable in environment, some tools can do really obscure
odd things if this is missing. llvm-svn: 166289
This commit is contained in:
parent
9984a3bee3
commit
b86f0140e9
@ -16,6 +16,7 @@ class TestingConfig:
|
||||
'PATH' : os.pathsep.join(litConfig.path +
|
||||
[os.environ.get('PATH','')]),
|
||||
'SYSTEMROOT' : os.environ.get('SYSTEMROOT',''),
|
||||
'TERM' : os.environ.get('TERM',''),
|
||||
'LLVM_DISABLE_CRASH_REPORT' : '1',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user