From 7544602d41cff82d30ed76eb8aaee132f98966ed Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 8 Dec 2015 18:48:53 +0000 Subject: 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 --- lldb/packages/Python/lldbsuite/test/configuration.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 17eace7..1455721 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 -- cgit v1.1