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:
parent
0398cfaec1
commit
1fd921c6c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299222
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user