From 7934a878a049774ace7eca2c21143a0fa520322f Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Sat, 29 Jun 2013 01:53:55 +0000 Subject: [PATCH] More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS llvm-svn: 185246 --- lldb/test/dotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index e9b60a32ab1e..9ace43ccf05e 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