From a697aa24678a1a63e62518ae7dfb7d96cb8df9c3 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 9 Oct 2019 23:06:05 +0000 Subject: 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) --- mail/fetchmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/fetchmail') 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 -- cgit v1.2.3