diff options
author | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:34 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:34 +0000 |
commit | 6a188e6c1e89a2e55905c7b8615ca3dc53754fa2 (patch) | |
tree | f94d27fb26e21a2e06f702e34af947f362fb2a73 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | fbd9bbfda3383ca15a0b00fc3efbddbf388a6adc (diff) | |
download | bcm5719-llvm-6a188e6c1e89a2e55905c7b8615ca3dc53754fa2.tar.gz bcm5719-llvm-6a188e6c1e89a2e55905c7b8615ca3dc53754fa2.zip |
Remove -r and -R options from dotest.py.
llvm-svn: 255360
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 1712c50f508..a827a24c6d7 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -102,12 +102,6 @@ parsable = False # The regular expression pattern to match against eligible filenames as our test cases. regexp = None -# By default, tests are executed in place and cleanups are performed afterwards. -# Use '-r dir' option to relocate the tests and their intermediate files to a -# different directory and to forgo any cleanups. The directory specified must -# not exist yet. -rdir = None - # By default, recorded session info for errored/failed test are dumped into its # own file under a session directory named after the timestamp of the test suite # run. Use '-s session-dir-name' to specify a specific dir name. |