From 2137c928b082dbf5ae6a56e5607114cf5891bd01 Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Mon, 28 May 2012 04:07:56 +0000 Subject: [PATCH] Remove all written files llvm-svn: 157562 --- .../breakpoint/breakpoint_command/TestBreakpointCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py index 9c62720f1e1b..0c82c284bc55 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py @@ -14,7 +14,7 @@ class BreakpointCommandTestCase(TestBase): @classmethod def classCleanup(cls): """Cleanup the test byproduct of breakpoint_command_sequence(self).""" - system(["/bin/sh", "-c", "rm -f output.txt"]) + system(["/bin/sh", "-c", "rm -f output.txt output2.txt"]) @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @dsym_test -- GitLab