diff options
author | Zachary Turner <zturner@google.com> | 2015-12-10 18:51:02 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-10 18:51:02 +0000 |
commit | 80310c29fb6cd5e835ea273b25e69a9d8836cea8 (patch) | |
tree | 8d5c6e837a42a167f3d665c14875271f0c5b5aee /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 3cfa31492cd9add70042d3e73c5fac8d9eb5b378 (diff) | |
download | bcm5719-llvm-80310c29fb6cd5e835ea273b25e69a9d8836cea8.tar.gz bcm5719-llvm-80310c29fb6cd5e835ea273b25e69a9d8836cea8.zip |
Remove the --output-on-success command line argument from dotest.
llvm-svn: 255277
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 9591ae3f70e..02f04c74579 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -146,7 +146,6 @@ lldb_platform_working_dir = None is_inferior_test_runner = False multiprocess_test_subdir = None num_threads = None -output_on_success = False no_multiprocess_test_runner = False test_runner_name = None |