]> git.cworth.org Git - apitrace/commit
snapdiff: Provide indication whether images match or not
authorCarl Worth <cworth@cworth.org>
Tue, 3 Apr 2012 23:02:25 +0000 (16:02 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Apr 2012 14:09:01 +0000 (15:09 +0100)
commitb3b6d733ee93c9438e2d2fa8b490cb0690b74a2e
tree449ebc0b6c6b2901cfee2f479e030be4782461bb
parent4644dc65e83c56ba0bb577f57cd20e7419f3ade4
snapdiff: Provide indication whether images match or not

This indication is provided in two ways:

1. The exit value of the script will be 1 if there are any image
   differences, (0 for no image differences).

2. The filename cell in the resulting HTML table will be colored red
   if there are image differences (and green for no image
   differences).

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