mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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:
parent
54611bde48
commit
a697aa2467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514198
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue