projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14715c6
)
More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS
author
Enrico Granata
<egranata@apple.com>
Sat, 29 Jun 2013 01:53:55 +0000
(
01:53
+0000)
committer
Enrico Granata
<egranata@apple.com>
Sat, 29 Jun 2013 01:53:55 +0000
(
01:53
+0000)
llvm-svn: 185246
lldb/test/dotest.py
patch
|
blob
|
history
diff --git
a/lldb/test/dotest.py
b/lldb/test/dotest.py
index
e9b60a3
..
9ace43c
100755
(executable)
--- a/
lldb/test/dotest.py
+++ b/
lldb/test/dotest.py
@@
-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