summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-08 18:48:53 +0000
committerZachary Turner <zturner@google.com>2015-12-08 18:48:53 +0000
commit7544602d41cff82d30ed76eb8aaee132f98966ed (patch)
treeda49d6d01d55f7404f51b23a73d7165fdcfca861 /lldb/packages/Python/lldbsuite/test/dotest.py
parent2155d5d301a1665127acc8c92d1c623a6cb1c0fd (diff)
downloadbcm5719-llvm-7544602d41cff82d30ed76eb8aaee132f98966ed.tar.gz
bcm5719-llvm-7544602d41cff82d30ed76eb8aaee132f98966ed.zip
Remove the -g option from dotest.py
This removes the non-exclusive filterspec option as part of an effort to remove unused / deprecated command line options from dotest. llvm-svn: 255041
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 709846d6f07..97b6d119907 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -339,9 +339,6 @@ def parseOptionsAndInitTestdirs():
# output-on-success.
configuration.no_multiprocess_test_runner = True
- if args.g:
- configuration.fs4all = False
-
if args.i:
configuration.ignore = True
@@ -915,8 +912,7 @@ def visit(prefix, dir, names):
continue
# Forgo this module if the (base, filterspec) combo is invalid
- # and no '-g' option is specified
- if configuration.filters and configuration.fs4all and not filtered:
+ if configuration.filters and not filtered:
continue
# Add either the filtered test case(s) (which is done before) or the entire test class.
OpenPOWER on IntegriCloud