diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 02cc8ca179a..bf222cf7ed0 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -327,9 +327,6 @@ def parseOptionsAndInitTestdirs(): if args.q: configuration.parsable = True - if args.S: - configuration.skip_build_and_cleanup = True - if args.s: if args.s.startswith('-'): usage(parser) |