[PATCH] D65697: [lit] Fix internal env calling internal commands

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 09:30:27 PDT 2019


jdenny updated this revision to Diff 216180.
jdenny added a comment.

Rebased onto D66482 <https://reviews.llvm.org/D66482>, and added a new test here for nested env without arguments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65697/new/

https://reviews.llvm.org/D65697

Files:
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/tests/Inputs/shtest-env/env-args-nested-none.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-cd.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-colon.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-diff.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-echo.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-env.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-export.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-mkdir.txt
  llvm/utils/lit/tests/Inputs/shtest-env/env-calls-rm.txt
  llvm/utils/lit/tests/shtest-env.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65697.216180.patch
Type: text/x-patch
Size: 12223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/0f4af821/attachment.bin>


More information about the llvm-commits mailing list