]> 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:21:22 +0000 (15:21 +0100)
commitcbabe34c0bc4c5190f53c2b4e6991ad10ad36e44
tree51ee183e0c6b1e2b69f65a28644b111ffa94a42b
parentd2d7112462378739bf96775f547837431375ff4d
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).

Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
scripts/snapdiff.py