]> git.cworth.org Git - apitrace/commit
apitrace diff-images: Print one line for each file being compared.
authorCarl Worth <cworth@cworth.org>
Mon, 9 Apr 2012 20:45:33 +0000 (13:45 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Apr 2012 14:17:02 +0000 (15:17 +0100)
commitd2d7112462378739bf96775f547837431375ff4d
tree08fd07f4168d6b4eebad0f1a2c275cf7f7876c56
parent78329e204346bdce54d3bf007edc53f0c1ddbc78
apitrace diff-images: Print one line for each file being compared.

This is important so that the test suite can verify that "apitrace
diff-images" is actually doing something. The tricky case is when no
images are found to compare. In this case, diff-images exits with
value 0, (no differences), which is valid, but the test suite wants to
know that no comparison happened since that's unexpected, (and should
flag a failure in the test suite).
scripts/snapdiff.py