mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Fix a bug where if I just run:
./dotest.py No progress bar appears. llvm-svn: 157226
This commit is contained in:
parent
a8558b6289
commit
058bb9908f
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user