From 9bad66393bf8e3cd8e7acd7a8b2ea37e67e00d3c Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 30 Aug 2019 11:02:58 +0000 Subject: [dotest] Finish removing -q One usage of this option remained, and caused dotest to error out if one happened to pass the -v flag. llvm-svn: 370462 --- lldb/packages/Python/lldbsuite/test/dotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index e8974a453c1..04917185de2 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -243,7 +243,7 @@ def parseOptionsAndInitTestdirs(): lldbtest_config.inferior_env = ' '.join(args.set_inferior_env_vars) # Only print the args if being verbose. - if args.v and not args.q: + if args.v: print(get_dotest_invocation()) if args.h: -- cgit v1.2.3