1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-04-15 08:33:39 +00:00
parent 3bd6c01d94
commit a7b8139e38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467374

View File

@ -239,7 +239,8 @@ post-install:
.endif
TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)'
regression-test: ${BUILD_COOKIE}
do-test:
echo ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
if [ `${ID} -u` = 0 ]; then \
${CHOWN} -R nobody ${WRKSRC}/test; \
su -m nobody -c ${TEST_CMD}; \