commit | b0cb21eb83c900bf6a8b1d2f3b184e584056bbd6 | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@apple.com> | Sat Jun 29 01:53:55 2013 +0000 |
committer | Enrico Granata <egranata@apple.com> | Sat Jun 29 01:53:55 2013 +0000 |
tree | cfb8a47c4b9bc3f97f308180b5ccddcd26bf1456 | |
parent | 151416f6288315ef6d6061f60154db21798180a9 [diff] [blame] |
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