mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Switch to new test framework
Approved by: portmgr blanket
This commit is contained in:
parent
5ea9fc9fdf
commit
2346ed56bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472853
@ -449,7 +449,7 @@ post-install-LIT-on:
|
|||||||
${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX}
|
${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX}
|
||||||
|
|
||||||
TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)'
|
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:
|
||||||
if [ `${ID} -u` = 0 ]; then \
|
if [ `${ID} -u` = 0 ]; then \
|
||||||
${CHOWN} -R nobody ${WRKSRC}/test; \
|
${CHOWN} -R nobody ${WRKSRC}/test; \
|
||||||
su -m nobody -c ${TEST_CMD}; \
|
su -m nobody -c ${TEST_CMD}; \
|
||||||
|
Loading…
Reference in New Issue
Block a user