I'm not sure that test can be disabled (short of not running 'make check').
What's the build source that gives this problem? Karl On Monday, June 29, 2015, Mathieu Malaterre <ma...@debian.org> wrote: > Hi all, > > I am preparing the debian package for openexr. I am running in the > following issue, when the test suite runs, here is what I get (debian > jessie amd64): > > [...] > file ./lineOrder_increasing.exr version 2 checksum = 46515 > file ./lineOrder_decreasing.exr version 2 checksum = 46515 > comparing files ./comp_b44.exr and ./comp_b44_piz.exr > comparing files ./comp_dwaa_v1.exr and ./comp_dwaa_piz.exr > ERROR -- caught exception: Cannot read image file "./comp_dwaa_v1.exr". No > such file or directory. > lt-IlmImfTest: testSampleImages.cpp:181: void testSampleImages(const > string&): Assertion `false' failed. > /bin/bash: line 5: 2256 Aborted ${dir}$tst > FAIL: IlmImfTest > ================== > 1 of 1 test failed > ================== > Makefile:552: recipe for target 'check-TESTS' failed > make[4]: *** [check-TESTS] Error 1 > [...] > > I understand that the file: > > > https://github.com/openexr/openexr/blob/master/OpenEXR/IlmImfTest/comp_dwaa_v1.exr > > is actually missing from the 2.2.0 tarball. But what I failed to > understand is how to skip this actual test. I tried > using: --disable-ilmbasetest during the configure step with no luck. > > Thanks for comment on how to actually either skip this test or fix it (if > possible). > > Thanks much >