From eb0e7cb8dea82b8ab77972d5d3d17a40009d7b37 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 27 Feb 2017 23:31:29 +0000 Subject: Ah, this was an early exit to leave built products around, it wasn't meant to be checked in. llvm-svn: 296412 --- .../lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py index e79c5bac7d1..c3dee8b52c6 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py @@ -39,7 +39,6 @@ class TestMultipleSimultaneousDebuggers(TestBase): self.inferior_exe = os.path.join(os.getcwd(), "testprog") self.buildDriver('testprog.cpp', self.inferior_exe) self.addTearDownHook(lambda: os.remove(self.inferior_exe)) - sys.exit() # check_call will raise a CalledProcessError if multi-process-driver doesn't return # exit code 0 to indicate success. We can let this exception go - the test harness -- cgit v1.2.3