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

Unified Diff: tools/testing/architecture.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 | « no previous file | tools/testing/test_case.py » ('j') | tools/testing/test_case.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/architecture.py
===================================================================
--- tools/testing/architecture.py (revision 431)
+++ tools/testing/architecture.py (working copy)
@@ -305,7 +305,6 @@
unused_status, output, err = ExecutePipedCommand(command, verbose)
if not self.HasFailed(output):
- self.Cleanup()
return 0
# TODO(sigmund): print better error message, including how to run test
« no previous file with comments | « no previous file | tools/testing/test_case.py » ('j') | tools/testing/test_case.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698