diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-20 18:34:29 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-20 18:34:29 +0000 |
commit | 9c56a8dea6587242671fb36db3940277db6018db (patch) | |
tree | c4cd417599dfda51244e081a4779a57a90407e8f /gm/tests/outputs/compared-against-empty-dir | |
parent | 0797c2cceadd7dfc2e7f9efa30b611d18efcdcdd (diff) |
Make gm's json results include checksums even if run without --readPath
Review URL: https://codereview.appspot.com/6979043
git-svn-id: http://skia.googlecode.com/svn/trunk@6917 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-empty-dir')
-rw-r--r-- | gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt index 935ba5037d..bdc8f8ab54 100644 --- a/gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt +++ b/gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt @@ -1,7 +1,8 @@ { "actual-results" : { "failed" : null, - "failure-ignored" : { + "failure-ignored" : null, + "no-comparison" : { "8888/dashing2" : { "checksum" : 2675870163990933333 } |