]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4364: Allow ImageMagick's compare to exit with status 1
authorDavid Kastrup <dak@gnu.org>
Fri, 1 May 2015 22:35:35 +0000 (00:35 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 2 May 2015 00:40:40 +0000 (02:40 +0200)
commit2545fab01a601743bb3ecc18942cf14263ccfc6c
tree33a444e8b9387430ef831c051aee47d9abdb99ae
parent05b7a5eba84b099922e306515efc7a269d69532d
Issue 4364: Allow ImageMagick's compare to exit with status 1

Apparently Ubuntu 15.04 has a version of "compare" that cannot be easily
persuaded to return anything but exit status 1 (which indicates
dissimilar images but no actual error condition) so we allow this in
script/build/output-distance.py in order to keep "make check" from
failing.

This patch is somewhat artless but does the trick.
scripts/build/output-distance.py