[Lldb-commits] [lldb] r157562 - /lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py

Filipe Cabecinhas me at filcab.net
Sun May 27 21:07:56 PDT 2012


Author: filcab
Date: Sun May 27 23:07:56 2012
New Revision: 157562

URL: http://llvm.org/viewvc/llvm-project?rev=157562&view=rev
Log:
Remove all written files

Modified:
    lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py

Modified: lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py?rev=157562&r1=157561&r2=157562&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py Sun May 27 23:07:56 2012
@@ -14,7 +14,7 @@
     @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





More information about the lldb-commits mailing list