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.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 266c1948a2e..cf7bb5c20ad 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -305,13 +305,6 @@ def parseOptionsAndInitTestdirs():
sys.stdout.flush()
os.kill(os.getpid(), signal.SIGSTOP)
- if args.e:
- if args.e.startswith('-'):
- usage(parser)
- configuration.bmExecutable = args.e
- if not is_exe(configuration.bmExecutable):
- usage(parser)
-
if args.F:
configuration.failfast = True
OpenPOWER on IntegriCloud