[Lldb-commits] [lldb] r185246 - More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS
Enrico Granata
egranata at apple.com
Fri Jun 28 18:53:55 PDT 2013
Author: enrico
Date: Fri Jun 28 20:53:55 2013
New Revision: 185246
URL: http://llvm.org/viewvc/llvm-project?rev=185246&view=rev
Log:
More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS
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=185246&r1=185245&r2=185246&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Fri Jun 28 20:53:55 2013
@@ -465,7 +465,7 @@ def parseOptionsAndInitTestdirs():
# only print the args if being verbose (and parsable is off)
if args.v and not args.q:
- print args
+ print sys.argv
if args.h:
do_help = True
More information about the lldb-commits
mailing list