summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud