From 50c094a3685ecc7da40cb9d1f362585a1dc6a768 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 27 Aug 2019 21:59:24 +0000 Subject: [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH llvm-svn: 370120 --- lldb/packages/Python/lldbsuite/test/dotest.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 4724b8ea9a2..7d7f823f237 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -1338,12 +1338,6 @@ def run_suite(): "%s - %d\n" % (category, configuration.failuresPerCategory[category])) - # Terminate the test suite if ${LLDB_TESTSUITE_FORCE_FINISH} is defined. - # This should not be necessary now. - if ("LLDB_TESTSUITE_FORCE_FINISH" in os.environ): - print("Terminating Test suite...") - subprocess.Popen(["/bin/sh", "-c", "kill %s; exit 0" % (os.getpid())]) - # Exiting. exitTestSuite(configuration.failed) -- cgit v1.2.3