diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2019-10-09 23:06:05 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2019-10-09 23:06:05 +0000 |
commit | a697aa24678a1a63e62518ae7dfb7d96cb8df9c3 (patch) | |
tree | b749c647a40b7302b0d352ef13eb53c3d53056b0 /mail/fetchmail | |
parent | 54611bde48362be1e31111c9bb72f18536b6ac0d (diff) | |
download | freebsd-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/Makefile | 2 |
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 |