tests: Tweak lit.cfg to fix breakage with out-of-dir lookup.

llvm-svn: 106638
This commit is contained in:
Daniel Dunbar 2010-06-23 18:06:16 +00:00
parent be50ef88bd
commit a83dc9a464

View File

@ -49,7 +49,7 @@ if llvm_obj_root is not None:
config.environment['HOME'] = os.environ['HOME']
# Propogate LLVM_SRC_ROOT into the environment.
config.environment['LLVM_SRC_ROOT'] = config.llvm_src_root
config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
# Propogate PYTHON_EXEUTABLE into the environment
config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable',