[Bug 2880] New: [IcedTea8] Add missing test directory in make check

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Mar 14 13:44:11 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2880

            Bug ID: 2880
           Summary: [IcedTea8] Add missing test directory in make check
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

The jtregcheck and SystemTap rules never create the test directory in the build
tree, which means it only gets created if one of the jtreg test suites is run.

/bin/make  check-local
make[2]: Entering directory
`/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
  echo "--------------- jtreg console summary for $i ---------------"; \
  egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory
`/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
`/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160314/db152859/attachment.html>


More information about the distro-pkg-dev mailing list