Chromium Code Reviews| 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 |