Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: tools/testing/test_case.py

Issue 8283033: Make sure we cleanup what was generated by the architecture. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/testing/architecture.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/test_case.py
===================================================================
--- tools/testing/test_case.py (revision 431)
+++ tools/testing/test_case.py (working copy)
@@ -154,3 +154,7 @@
def GetName(self):
return self.path[-1]
+
+ def Cleanup(self):
+ if not self.context.keep_temporary_files:
zundel 2011/10/14 13:57:22 What do you think about moving this method to Test
ngeoffray 2011/10/14 14:08:39 I'd rather not touch TestCase. The run_arch kind o
zundel 2011/10/14 14:13:02 No, I don't think adding a class in between would
ngeoffray 2011/10/14 14:25:06 OK, committing then. If it turns out there are too
+ self.run_arch.Cleanup()
« no previous file with comments | « tools/testing/architecture.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698