Chromium Code Reviews| 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 |