summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.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/configuration.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/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index 17eace71c8f..14557216cf1 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -120,11 +120,6 @@ filters = []
# Use '-k' to specify a runhook.
runHooks = []
-# If '-g' is specified, the filterspec is not exclusive. If a test module does
-# not contain testclass.testmethod which matches the filterspec, the whole test
-# module is still admitted into our test suite. fs4all flag defaults to True.
-fs4all = True
-
# Ignore the build search path relative to this script to locate the lldb.py module.
ignore = False
OpenPOWER on IntegriCloud