Skip to content

Commit 50c094a

Browse files
committed
[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH
llvm-svn: 370120
1 parent cfd641d commit 50c094a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/packages/Python/lldbsuite/test/dotest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,12 +1338,6 @@ def run_suite():
13381338
"%s - %d\n" %
13391339
(category, configuration.failuresPerCategory[category]))
13401340

1341-
# Terminate the test suite if ${LLDB_TESTSUITE_FORCE_FINISH} is defined.
1342-
# This should not be necessary now.
1343-
if ("LLDB_TESTSUITE_FORCE_FINISH" in os.environ):
1344-
print("Terminating Test suite...")
1345-
subprocess.Popen(["/bin/sh", "-c", "kill %s; exit 0" % (os.getpid())])
1346-
13471341
# Exiting.
13481342
exitTestSuite(configuration.failed)
13491343

0 commit comments

Comments
 (0)