mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
tests: Propogate the HOME environment variable through to tests. I'm ambivalent
about this, but it can be useful for users who use ccache, since the LLVMC tests are fond of calling gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c78dbb493
commit
55983f1ca5
@ -45,6 +45,9 @@ if llvm_obj_root is not None:
|
||||
config.environment['PATH']))
|
||||
config.environment['PATH'] = path
|
||||
|
||||
# Propogate 'HOME' through the environment.
|
||||
config.environment['HOME'] = os.environ['HOME']
|
||||
|
||||
###
|
||||
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user