[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 14:21:16 PDT 2019


jdenny updated this revision to Diff 216252.
jdenny set the repository for this revision to rG LLVM Github Monorepo.
jdenny added a comment.

Replace `ValueError` with `InternalShellError`.


Repository:
  rG LLVM Github Monorepo

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.216252.patch
Type: text/x-patch
Size: 13233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/c92aac3c/attachment.bin>


More information about the llvm-commits mailing list