diff options
author | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:49 +0000 |
commit | 742afdb3d285d579e10fe6cde67f21bdb661d862 (patch) | |
tree | 40140076d0ed56462efe1260cb37a277582a32fa /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 6a188e6c1e89a2e55905c7b8615ca3dc53754fa2 (diff) | |
download | bcm5719-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/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index a827a24c6d7..7fd68b6dd12 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -89,9 +89,6 @@ cflags_extras = '' # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] -# By default, we do not skip build and cleanup. Use '-S' option to override. -skip_build_and_cleanup = False - # By default, we skip long running test case. Use '-l' option to override. skip_long_running_test = True |