mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 07:38:43 +00:00
lit: Allow test_format to be None.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66760be919
commit
e4eae84f76
@ -258,6 +258,7 @@ def getTestsInSuite(ts, path_in_suite, litConfig,
|
|||||||
lc = getLocalConfig(ts, path_in_suite, litConfig, localConfigCache)
|
lc = getLocalConfig(ts, path_in_suite, litConfig, localConfigCache)
|
||||||
|
|
||||||
# Search for tests.
|
# Search for tests.
|
||||||
|
if lc.test_format is not None:
|
||||||
for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
||||||
litConfig, lc):
|
litConfig, lc):
|
||||||
yield res
|
yield res
|
||||||
|
Loading…
x
Reference in New Issue
Block a user