diff options
author | Zachary Turner <zturner@google.com> | 2015-12-10 18:50:32 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-10 18:50:32 +0000 |
commit | b08ab7242759d4f539b6bcd33e69133bf83a3933 (patch) | |
tree | cd9e894d87f77a338a2f328594298538dd2107f8 /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | 5cd12580fd78137f9c422f148e9c02de78ce4303 (diff) | |
download | bcm5719-llvm-b08ab7242759d4f539b6bcd33e69133bf83a3933.tar.gz bcm5719-llvm-b08ab7242759d4f539b6bcd33e69133bf83a3933.zip |
Remove -w option from dotest.py.
llvm-svn: 255275
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 48fe5edb862..72bb2866a6d 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -94,7 +94,6 @@ def create_parser(): group.add_argument('-u', dest='unset_env_varnames', metavar='variable', action='append', help='Specify an environment variable to unset before running the test cases. e.g., -u DYLD_INSERT_LIBRARIES -u MallocScribble') group.add_argument('--env', dest='set_env_vars', metavar='variable', action='append', help='Specify an environment variable to set to the given value before running the test cases e.g.: --env CXXFLAGS=-O3 --env DYLD_INSERT_LIBRARIES') X('-v', 'Do verbose mode of unittest framework (print out each test case invocation)') - X('-w', 'Insert some wait time (currently 0.5 sec) between consecutive test cases') X('-T', 'Obtain and dump svn information for this checkout of LLDB (off by default)') group.add_argument('--enable-crash-dialog', dest='disable_crash_dialog', action='store_false', help='(Windows only) When LLDB crashes, display the Windows crash dialog.') group.add_argument('--show-inferior-console', dest='hide_inferior_console', action='store_false', help='(Windows only) When launching an inferior, dont hide its console window.') |