uber-archive / image-diff

Create image differential between two images
MIT License
2.46k stars 94 forks source link

Assert `compare's stderr` contains 'all' #10

Closed twolfson closed 10 years ago

twolfson commented 10 years ago

As reported in #8, when image-diff has an internal error inside of a compare call, it lies and says the images are not equal. To repair this behavior, we are searching for all inside of stderr (where compare writes to).

In this PR:

twolfson commented 10 years ago

/cc @mlmorg @Raynos

mlmorg commented 10 years ago

:+1:

Raynos commented 10 years ago

looks good