summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index e9b60a32ab1..9ace43ccf05 100755
--- 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
OpenPOWER on IntegriCloud