summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-10-09 23:06:05 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-10-09 23:06:05 +0000
commita697aa24678a1a63e62518ae7dfb7d96cb8df9c3 (patch)
treeb749c647a40b7302b0d352ef13eb53c3d53056b0 /mail/fetchmail
parent54611bde48362be1e31111c9bb72f18536b6ac0d (diff)
downloadfreebsd-ports-a697aa24678a1a63e62518ae7dfb7d96cb8df9c3.zip
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)
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 198d0a0b596b..665eca1fd304 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -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