Étienne Mollier pushed to branch master at Debian Med / jellyfish
Commits: 7d602c97 by Étienne Mollier at 2022-10-01T21:50:25+02:00 initialize changelog - - - - - 09eea453 by Étienne Mollier at 2022-10-01T21:50:54+02:00 d/rules: output report when tests fail. Currently, buildds show temporary unreproducible errors. This can be used to get a better insight of what is going on exactly. - - - - - d945eda6 by Étienne Mollier at 2022-10-01T21:52:07+02:00 update changelog. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +jellyfish (2.3.0-16) UNRELEASED; urgency=medium + + * d/rules: output report when tests fail. + + -- Étienne Mollier <[email protected]> Sat, 01 Oct 2022 21:51:51 +0200 + jellyfish (2.3.0-15) unstable; urgency=medium * Fix dh_missing ===================================== debian/rules ===================================== @@ -100,7 +100,12 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(DEB_HOST_ARCH_BITS),32) echo "Test data are to big for 32bit architectures thus no testing is done" else - dh_auto_test + if ! dh_auto_test \ + ; then echo "E: tests failed, ./test-suite.log follows:" \ + ; cat ./test-suite.log \ + ; echo "E: end of ./test-suite.log after test failure." \ + ; exit 1 \ + ; fi endif endif View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/compare/96e25124075c2f44539f4d5da93056fb89968a0e...d945eda60dca105fa11a41de9ca36d3514972bde -- View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/compare/96e25124075c2f44539f4d5da93056fb89968a0e...d945eda60dca105fa11a41de9ca36d3514972bde You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
