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

Unified Diff: tools/tests/rebaseline.sh

Issue 18103005: Create jsondiff tool to capture diffs between two JSON expectations files. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_self_test Created 7 years, 6 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: tools/tests/rebaseline.sh
===================================================================
--- tools/tests/rebaseline.sh (revision 9864)
+++ tools/tests/rebaseline.sh (working copy)
@@ -80,7 +80,7 @@
./run.sh
SELFTEST_RESULT=$?
-SUBDIRS="skdiff benchgraphs rebaseline/output"
+SUBDIRS="skdiff benchgraphs rebaseline/output jsondiff/output"
echo
if [ "$SELFTEST_RESULT" != "0" ]; then
for SUBDIR in $SUBDIRS; do

Powered by Google App Engine
This is Rietveld 408576698