1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Exploit e2fsprogs's 1.42.4's new 'parallel make check' feature.

This commit is contained in:
Matthias Andree 2012-06-13 21:20:08 +00:00
parent 0398cfaec1
commit 1fd921c6c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299222

View File

@ -115,7 +115,7 @@ post-build:
# There have been subtle failures induced by Linux-isms in the past.
# -- Matthias Andree, package maintainer, 2007-09-18
@${ECHO_CMD} '===> Running e2fsprogs self-test suite'
cd ${WRKSRC}/tests && ${GMAKE} check \
cd ${WRKSRC}/tests && ${GMAKE} -j${MAKE_JOBS_NUMBER} check \
|| { head -n30000 ${WRKSRC}/tests/*.failed 2>/dev/null ; exit 1 ; }
post-install: