Index: tools/rebaseline.py |
=================================================================== |
--- tools/rebaseline.py (revision 11088) |
+++ tools/rebaseline.py (working copy) |
@@ -121,8 +121,11 @@ |
self._failures_encountered.append(exc_info) |
else: |
print >> sys.stderr, ( |
- 'Halting at first exception; to keep going, re-run ' + |
- 'with the --keep-going-on-failure option set.') |
+ '\nHalting at first exception.\n' + |
epoger
2013/09/04 20:05:56
Here's the before-and-after error message. Any fu
epoger
2013/09/04 20:08:48
Updated the message in patchset 2.
|
+ 'Please file a bug, containing the following stack trace, ' + |
+ 'at https://code.google.com/p/skia/issues/entry .\n\n' + |
+ 'Afterwards, you can re-run with the --keep-going-on-failure ' + |
+ 'option set.\n') |
raise exc_info[1], None, exc_info[2] |
def ReportAllFailures(self): |