[Lldb-commits] [lldb] r157226 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Mon May 21 17:22:18 PDT 2012
Author: johnny
Date: Mon May 21 19:22:18 2012
New Revision: 157226
URL: http://llvm.org/viewvc/llvm-project?rev=157226&view=rev
Log:
Fix a bug where if I just run:
./dotest.py
No progress bar appears.
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=157226&r1=157225&r2=157226&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon May 21 19:22:18 2012
@@ -398,9 +398,6 @@
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):
More information about the lldb-commits
mailing list