forked from OSchip/llvm-project
MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.
llvm-svn: 77690
This commit is contained in:
parent
0f5a6fc38b
commit
cd4c338437
|
@ -36,6 +36,7 @@ def getTests(cfg, inputs):
|
||||||
|
|
||||||
if not os.path.isdir(path):
|
if not os.path.isdir(path):
|
||||||
yield path
|
yield path
|
||||||
|
continue
|
||||||
|
|
||||||
foundOne = False
|
foundOne = False
|
||||||
for dirpath,dirnames,filenames in os.walk(path):
|
for dirpath,dirnames,filenames in os.walk(path):
|
||||||
|
|
Loading…
Reference in New Issue