Fix a bug where if I just run:
authorJohnny Chen <johnny.chen@apple.com>
Tue, 22 May 2012 00:22:18 +0000 (00:22 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Tue, 22 May 2012 00:22:18 +0000 (00:22 +0000)
    ./dotest.py

No progress bar appears.

llvm-svn: 157226

lldb/test/dotest.py

index 2c91606..c793f10 100755 (executable)
@@ -398,9 +398,6 @@ def parseOptionsAndInitTestdirs():
 
     do_help = False
 
-    if len(sys.argv) == 1:
-        return
-
     # Process possible trace and/or verbose flag, among other things.
     index = 1
     while index < len(sys.argv):