summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
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