Skip to content

Commit b2968a7

Browse files
fix
Created using spr 1.3.6
1 parent 1870838 commit b2968a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# testFormat: The test format to use to interpret tests.
2020
#
2121
# For now we require '&&' between commands, until they get globally killed and the test runner updated.
22-
config.test_format = lit.formats.ShTest(False)
22+
config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
2323

2424
# suffixes: A list of file extensions to treat as test files.
2525
config.suffixes = [".ll", ".s", ".test", ".yaml", ".objtxt"]

0 commit comments

Comments
 (0)