diff options
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-bytes')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line | 2 | ||||
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line b/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line index 556498ab12..6e89999781 100644 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line +++ b/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line @@ -1 +1 @@ -out/Debug/gm --hierarchy --match dashing2 --config 8888 -r gm/tests/inputs/identical-bytes --writeJsonSummary gm/tests/outputs/compared-against-identical-bytes/output-actual/json-summary.txt -w gm/tests/outputs/compared-against-identical-bytes/output-actual/images +out/Debug/gm --hierarchy --match dashing2 --config 8888 -r gm/tests/inputs/identical-bytes -w gm/tests/outputs/compared-against-identical-bytes/output-actual/images diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt deleted file mode 100644 index cbb28e1172..0000000000 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt +++ /dev/null @@ -1,17 +0,0 @@ -{ - "actual-results" : { - "failed" : null, - "failure-ignored" : null, - "succeeded" : { - "8888/dashing2" : { - "checksum" : 2675870163990933333 - } - } - }, - "expected-results" : { - "8888/dashing2" : { - "checksums" : [ 2675870163990933333 ], - "ignore-failure" : false - } - } -} |