In gmane.comp.misc.ptx Bruno Postle <[email protected]> wrote:
> A libpano13-2.9.15_beta1 (beta 1) tarball has been uploaded to
> sourceforge:
[...]
Hello,
Make check shows some errors due to missing files in the tarball
-----------------------------------------------------
Comparing reference images: 2
reference/tiff_m_uncropped0000.tif -> tests/tiff_m_uncropped0000.tif
Reference file reference/tiff_m_uncropped0000.tif does not exist
Test tiff_m_uncropped................................. FAILED!!!
[...]
-----------------------------------------------------
I think this patch patch should fix it:
-----------------------------------------------------
Index: tests/simpleStitch/reference/Makefile.am
===================================================================
--- tests/simpleStitch/reference/Makefile.am (Revision 1044)
+++ tests/simpleStitch/reference/Makefile.am (Arbeitskopie)
@@ -1,6 +1,7 @@
EXTRA_DIST = jpeg.jpg psd_mask.psd psd_no_mask.psd psd.psd tiff_deflate.tif \
tiff_lzw.tif tiff_m0000.tif tiff_m0001.tif tiff_mask0000.tif
tiff_mask0001.tif \
- tiff_m_cropped0000.tif tiff_m_cropped0001.tif tiff_none.tif
+ tiff_m_cropped0000.tif tiff_m_cropped0001.tif tiff_none.tif \
+ tiff_m_uncropped0000.tif tiff_m_uncropped0001.tif
MAINTAINERCLEANFILES = \
Makefile.in
Index: tests/simpleTiff16/reference/Makefile.am
===================================================================
--- tests/simpleTiff16/reference/Makefile.am (Revision 1044)
+++ tests/simpleTiff16/reference/Makefile.am (Arbeitskopie)
@@ -1,6 +1,6 @@
EXTRA_DIST = jpeg.jpg psd_mask.psd psd_no_mask.psd psd.psd tiff_deflate.tif \
tiff_lzw.tif tiff_m0000.tif tiff_mask0000.tif tiff_m_cropped0000.tif \
- tiff_none.tif
+ tiff_none.tif tiff_m_uncropped0000.tif
MAINTAINERCLEANFILES = \
Makefile.in
-----------------------------------------------------
On a sidenote, shouldn't make check *exit*8 with an error if there is a
testsuite error?
-----------------------------------------------------
Index: tests/panoAutomateTest.pl
===================================================================
--- tests/panoAutomateTest.pl (Revision 1044)
+++ tests/panoAutomateTest.pl (Arbeitskopie)
@@ -178,7 +178,7 @@
my $testsFailed = $testsCount - $testsPassed;
printf "\nSummary: $testsCount tests executed. $testsPassed passed
($testsFailed failed) %5.2f percent passed\n", $testsPassed * 100 /$testsCount;
if ($testsPassed != $testsCount ) {
- printf "BAD NEWS\n";
+ die "BAD NEWS\n";
}
} else {
printf "\nSummary: $testsCount reference tests executed.\n";
-----------------------------------------------------
cu andreas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---