-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: trunk
-
Fix Version/s: None
-
Component/s: Unknown
-
Labels:None
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)