commit | ed92df08dbfc95ea8ec253b8e7f564904e219339 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 18:12:18 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 18:12:18 2009 +0000 |
tree | f277b3ff3b7e61d6d89ebe6dc5115288c0771575 | |
parent | 286d36832c597772d8796f74a08c1e56185b3de5 [diff] [blame] |
MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77690 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/test/MultiTestRunner.py b/utils/test/MultiTestRunner.py index 9980e65..cccc6e2 100755 --- a/utils/test/MultiTestRunner.py +++ b/utils/test/MultiTestRunner.py
@@ -36,6 +36,7 @@ if not os.path.isdir(path): yield path + continue foundOne = False for dirpath,dirnames,filenames in os.walk(path):