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



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/dotest.py b/test/dotest.py
index e9b60a3..9ace43c 100755
--- a/test/dotest.py
+++ b/test/dotest.py
@@ -465,7 +465,7 @@
     
     # 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