diff options
-rwxr-xr-x | lldb/test/dotest.py | 2 |
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 |