aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lit.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 83de9eaabb..6fa6742a4a 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -13,8 +13,7 @@ config.name = 'Clang'
# For now we require '&&' between commands, until they get globally killed and
# the test runner updated.
execute_external = platform.system() != 'Windows'
-config.test_format = lit.formats.ShTest(execute_external,
- require_and_and = False)
+config.test_format = lit.formats.ShTest(execute_external)
# suffixes: A list of file extensions to treat as test files.
config.suffixes = ['.c', '.cpp', '.m', '.mm']