Index: slave/skia_slave_scripts/run_gm.py |
=================================================================== |
--- slave/skia_slave_scripts/run_gm.py (revision 9724) |
+++ slave/skia_slave_scripts/run_gm.py (working copy) |
@@ -22,7 +22,10 @@ |
self._gm_image_subdir) |
cmd = ['--verbose', |
'--writeChecksumBasedFilenames', |
- '--writePath', output_dir, |
+ # Don't bother writing out image files that match our expectations-- |
+ # we know that previous runs have already uploaded those! |
+ '--mismatchPath', output_dir, |
+ '--missingExpectationsPath', output_dir, |
'--writeJsonSummaryPath', os.path.join(output_dir, |
JSON_SUMMARY_FILENAME), |
'--ignoreErrorTypes', |