svn commit: r467466 - head/devel/llvm38
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 16 08:33:43 UTC 2018
Author: amdmi3
Date: Mon Apr 16 08:33:42 2018
New Revision: 467466
URL: https://svnweb.freebsd.org/changeset/ports/467466
Log:
- Switch to new test framework
Approved by: portmgr blanket
Modified:
head/devel/llvm38/Makefile
Modified: head/devel/llvm38/Makefile
==============================================================================
--- head/devel/llvm38/Makefile Mon Apr 16 08:03:30 2018 (r467465)
+++ head/devel/llvm38/Makefile Mon Apr 16 08:33:42 2018 (r467466)
@@ -386,7 +386,7 @@ post-install-LIT-on:
${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)'
-regression-test: ${BUILD_COOKIE}
+do-test:
if [ `${ID} -u` = 0 ]; then \
${CHOWN} -R nobody ${WRKSRC}/test; \
su -m nobody -c ${TEST_CMD}; \
More information about the svn-ports-all
mailing list