utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Aug 2011 05:44:58 +0000 (05:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Aug 2011 05:44:58 +0000 (05:44 +0000)
commit4749cc5a3d198ea31b14c552a35a80d09ec53fa4
tree9e7a49e737477e293148439ae41845c637b50546
parent7a13cc625bbc0d23bfb2450e87a4be7d7f98be15
utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.

Win32 GetTempPath() tends to pick up %WINDIR% when neither TEMP nor TMP was found. %WINDIR% should not be treated writable on recent Windows OS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138192 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestingConfig.py