|
@@ -53,7 +53,7 @@ config.substitutions.append(('%{inputs}', os.path.join(
|
|
|
config.test_source_root, 'Inputs')))
|
|
|
config.substitutions.append(('%{lit}',
|
|
|
"{env} %{{python}} {lit}".format(
|
|
|
- env="env FILECHECK_OPTS= FILECHECK_DUMP_INPUT_ON_FAILURE=",
|
|
|
+ env="env -u FILECHECK_OPTS -u FILECHECK_DUMP_INPUT_ON_FAILURE",
|
|
|
lit=os.path.join(lit_path, 'lit.py'))))
|
|
|
config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))
|
|
|
|