[PATCH] D70278: [FileCheck] Use lit's internal shell for the test suite

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 09:20:34 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e418decd936: [FileCheck] Use lit's internal shell for the test suite (authored by jdenny).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70278

Files:
  llvm/test/FileCheck/lit.local.cfg


Index: llvm/test/FileCheck/lit.local.cfg
===================================================================
--- llvm/test/FileCheck/lit.local.cfg
+++ llvm/test/FileCheck/lit.local.cfg
@@ -1,3 +1,8 @@
+import lit
+
+# Use lit's internal shell to help guarantee test portability.
+config.test_format = lit.formats.ShTest(execute_external=False)
+
 # Unset environment variables that the FileCheck tests
 # expect not to be set.
 file_check_expected_unset_vars = [


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70278.230092.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/61924d02/attachment.bin>


More information about the llvm-commits mailing list