mail/fetchmail: cat(1) test-suite.log from build

This is to assist with build error diagnosis,
after PRs 240914 and 241032.

Submitted by:	mandree@
Approved by:	Corey Halpin (maintainer)
(obtained by e-mail outside Bugzilla)
This commit is contained in:
Matthias Andree 2019-10-09 23:06:05 +00:00
parent 54611bde48
commit a697aa2467
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514198

View file

@ -69,7 +69,7 @@ PATCH_STRIP= -p1
.if empty(MASTERDIR)
post-build:
${MAKE_CMD} -C ${WRKSRC} check
${MAKE_CMD} -C ${WRKSRC} check ; { r=$$? ; ( set -x ; cat "${WRKSRC}/test-suite.log" ) ; exit $$r ; }
post-install:
${INSTALL} -d ${STAGEDIR}/var/run/fetchmail