Uploaded image for project: 'OpenDNSSEC TRAC Import'
  1. OpenDNSSEC TRAC Import
  2. ODSTRACIMPORT-171

Fail build on failed regression test (conf/)

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: trunk
    • Fix Version/s: None
    • Component/s: Unknown
    • Labels:
      None

      Description

      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)
      

        Attachments

          Activity

            People

            Assignee:
            jakob Jakob Schlyter
            Reporter:
            oerdnj Ondřej Surý
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: