[Opendnssec-develop] [OpenDNSSEC] #171: Fail build on failed regression test (conf/)
OpenDNSSEC
owner-dnssec-trac at kirei.se
Tue Aug 10 12:44:53 UTC 2010
#171: Fail build on failed regression test (conf/)
------------------------------------------+---------------------------------
Reporter: Ondřej Surý <ondrej@…> | Owner: rb
Type: defect | Status: new
Priority: major | Component: Unknown
Version: trunk | Keywords:
------------------------------------------+---------------------------------
Regression tests doesn't fail when individual test fails, attached patch
fixes that.
{{{
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -42,7 +42,7 @@ check: $(RNG)
@for i in ${XML}; do \
${XMLLINT} --noout --relaxng \
`basename $$i .xml`.rng \
- $(top_builddir)/$$i; \
+ $(top_builddir)/$$i || exit $?; \
done
@test -x ${XSLTPROC} || \
(echo "xsltproc is required for regression tests"; false)
}}}
--
Ticket URL: <http://trac.opendnssec.org/ticket/171>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list