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

Unified Diff: gm/tests/run.sh

Issue 15014011: GM: include filename extension (.png) of each output file in JSON summary (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: add_file_extension_to_json Created 7 years, 7 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
Index: gm/tests/run.sh
===================================================================
--- gm/tests/run.sh (revision 9067)
+++ gm/tests/run.sh (working copy)
@@ -25,7 +25,7 @@
# and --mismatchPath arguments to GM. Currently, for various reasons, we
# cannot run these arguments on the production buildbots, so this should
# only be set to nonzero for local testing.
-WRITE_IMAGE_FILES=0
+WRITE_IMAGE_FILES=1
OUTPUT_ACTUAL_SUBDIR=output-actual
OUTPUT_EXPECTED_SUBDIR=output-expected

Powered by Google App Engine
This is Rietveld 408576698