1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Disable regression test

Reported by:	pointyhat building 2(D)-02:56:27

With hat:	portmgr
This commit is contained in:
Martin Wilke 2013-05-29 15:41:00 +00:00
parent da0a3fbff2
commit 3a32b3cf9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319380

View File

@ -45,9 +45,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${DOCSDIR}/
.endif
regression-test:
(cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
./mtest/mtest | ./test)
#regression-test:
# (cd ${WRKSRC}; \
# ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
# ./mtest/mtest | ./test)
.include <bsd.port.mk>