commit | 9af083b9e950623ea733631a96038054cbd070cf | [log] [tgz] |
---|---|---|
author | Paul Pendlebury <[email protected]> | Tue May 17 13:38:58 2011 -0700 |
committer | Paul Pendlebury <[email protected]> | Tue May 17 13:50:17 2011 -0700 |
tree | 3ee74d3f3b38947456781805de76b66ebb768a73 | |
parent | 0a99391317b5caca3d373d0bba931bcb62302566 [diff] |
Parse gtest logs even on main test failure/exception. Wrap the parse action in a finally block so the logs from a gtest run will still be parsed even when the main test fails and throws an exception that terminates the test run. BUG=None. TEST=Ran the parser on the log file from the failed sync test run. Change-Id: Ic4f5be02eaaae7aa8a9131435df21cd0e219b6eb Reviewed-on: http://gerrit.chromium.org/gerrit/1049 Tested-by: Dale Curtis <[email protected]> Reviewed-by: Dale Curtis <[email protected]>