forked from OSchip/llvm-project
More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS
llvm-svn: 185246
This commit is contained in:
parent
14715c68f2
commit
7934a878a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue