summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-10 18:50:32 +0000
committerZachary Turner <zturner@google.com>2015-12-10 18:50:32 +0000
commitb08ab7242759d4f539b6bcd33e69133bf83a3933 (patch)
treecd9e894d87f77a338a2f328594298538dd2107f8 /lldb/packages/Python/lldbsuite/test/dotest.py
parent5cd12580fd78137f9c422f148e9c02de78ce4303 (diff)
downloadbcm5719-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.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 2eea55c8ae8..14acf3ce7fa 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -371,9 +371,6 @@ def parseOptionsAndInitTestdirs():
if args.v:
configuration.verbose = 2
- if args.w:
- os.environ['LLDB_WAIT_BETWEEN_TEST_CASES'] = 'YES'
-
if args.x:
if args.x.startswith('-'):
usage(parser)
OpenPOWER on IntegriCloud