Fix a bug where if I just run:

./dotest.py

No progress bar appears.

llvm-svn: 157226
This commit is contained in:
Johnny Chen 2012-05-22 00:22:18 +00:00
parent a8558b6289
commit 058bb9908f
1 changed files with 0 additions and 3 deletions

View File

@ -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):