summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-06-19 00:30:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-06-19 00:30:59 +0000
commit6953a3bf20f887e75fcf03dd9cca7d35ffabcff5 (patch)
tree85c7512ca537ee5bfb855ba0c5da08d2d69b406f /sysutils
parent- undo breakage for INDEX (diff)
Run self-tests in $WRKDIR, now that some self-tests have grown largish in
uncompressed form, and were observed to exhaust /tmp space on some occasions. Suggested by: dougb@
Notes
Notes: svn path=/head/; revision=299594
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index e692906e6230..092ac49995d8 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -117,7 +117,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} -j${MAKE_JOBS_NUMBER} check \
+ cd ${WRKSRC}/tests && ${MKDIR} ${WRKDIR}/tmp && ${GMAKE} -j${MAKE_JOBS_NUMBER} check TMPDIR=${WRKDIR}/tmp \
|| { head -n30000 ${WRKSRC}/tests/*.failed 2>/dev/null ; exit 1 ; }
post-install: