Skip to content

Commit

Permalink
Revert r367123: "[llvm] [lit/tests] Replace 'env -u' with more portab…
Browse files Browse the repository at this point in the history
…le construct"

Must be reverted in order to revert r366980, which breaks windows
bots.  See recent D65335 and D65156 comments.

llvm-svn: 367626
  • Loading branch information
jdenny-ornl committed Aug 1, 2019
1 parent 134ed73 commit 7f7b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/lit/tests/lit.cfg
Expand Up @@ -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)))

Expand Down

0 comments on commit 7f7b3f1

Please sign in to comment.