summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-27 21:59:24 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-27 21:59:24 +0000
commit50c094a3685ecc7da40cb9d1f362585a1dc6a768 (patch)
treed476de461e3af7cf68cf16558ba6374afdda1d99 /lldb/packages/Python/lldbsuite/test
parentcfd641d84a5ecda9fc466a8568b557eef4fd4d24 (diff)
downloadbcm5719-llvm-50c094a3685ecc7da40cb9d1f362585a1dc6a768.tar.gz
bcm5719-llvm-50c094a3685ecc7da40cb9d1f362585a1dc6a768.zip
[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH
llvm-svn: 370120
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py6
1 files changed, 0 insertions, 6 deletions
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)
OpenPOWER on IntegriCloud