svn commit: r468521 - head/devel/llvm35

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 28 08:33:53 UTC 2018


Author: amdmi3
Date: Sat Apr 28 08:33:52 2018
New Revision: 468521
URL: https://svnweb.freebsd.org/changeset/ports/468521

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/devel/llvm35/Makefile

Modified: head/devel/llvm35/Makefile
==============================================================================
--- head/devel/llvm35/Makefile	Sat Apr 28 07:39:40 2018	(r468520)
+++ head/devel/llvm35/Makefile	Sat Apr 28 08:33:52 2018	(r468521)
@@ -237,7 +237,7 @@ 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:
 	if [ `${ID} -u` = 0 ]; then \
 		${CHOWN} -R nobody ${WRKSRC}/test; \
 		su -m nobody -c ${TEST_CMD}; \


More information about the svn-ports-head mailing list