More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS

llvm-svn: 185246
This commit is contained in:
Enrico Granata 2013-06-29 01:53:55 +00:00
parent 14715c68f2
commit 7934a878a0
1 changed files with 1 additions and 1 deletions

View File

@ -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