[PATCH] D66506: [lit] Fix internal env calling other internal commands

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 06:37:18 PDT 2019


jdenny updated this revision to Diff 216382.
jdenny retitled this revision from "[lit][NFC] Capture boilerplate for in-process shell builtins" to "[lit] Fix internal env calling other internal commands".
jdenny edited the summary of this revision.
jdenny added a comment.

As discussed, moved relevant tests from D65697 <https://reviews.llvm.org/D65697> to this patch, and rewrote summary to describe the non-NFC parts of this change.


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

https://reviews.llvm.org/D66506

Files:
  llvm/utils/lit/lit/TestRunner.py
  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-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: D66506.216382.patch
Type: text/x-patch
Size: 12263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190821/e9433d9f/attachment-0001.bin>


More information about the llvm-commits mailing list