diff options
author | Zachary Turner <zturner@google.com> | 2015-12-08 18:48:53 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-08 18:48:53 +0000 |
commit | 7544602d41cff82d30ed76eb8aaee132f98966ed (patch) | |
tree | da49d6d01d55f7404f51b23a73d7165fdcfca861 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 2155d5d301a1665127acc8c92d1c623a6cb1c0fd (diff) | |
download | bcm5719-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.py | 5 |
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 |