summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-11 19:21:49 +0000
committerZachary Turner <zturner@google.com>2015-12-11 19:21:49 +0000
commit742afdb3d285d579e10fe6cde67f21bdb661d862 (patch)
tree40140076d0ed56462efe1260cb37a277582a32fa /lldb/packages/Python/lldbsuite/test/dotest.py
parent6a188e6c1e89a2e55905c7b8615ca3dc53754fa2 (diff)
downloadbcm5719-llvm-742afdb3d285d579e10fe6cde67f21bdb661d862.tar.gz
bcm5719-llvm-742afdb3d285d579e10fe6cde67f21bdb661d862.zip
Remove -S option from dotest.py.
llvm-svn: 255361
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py3
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)
OpenPOWER on IntegriCloud