svn commit: r469096 - head/lang/spidermonkey170

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 5 08:33:59 UTC 2018


Author: amdmi3
Date: Sat May  5 08:33:58 2018
New Revision: 469096
URL: https://svnweb.freebsd.org/changeset/ports/469096

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

Modified:
  head/lang/spidermonkey170/Makefile

Modified: head/lang/spidermonkey170/Makefile
==============================================================================
--- head/lang/spidermonkey170/Makefile	Sat May  5 08:29:20 2018	(r469095)
+++ head/lang/spidermonkey170/Makefile	Sat May  5 08:33:58 2018	(r469096)
@@ -67,7 +67,7 @@ CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-portbld-${OP
 STRIP_CMD=	${TRUE}
 .endif
 
-regression-test: build
+do-test:
 	@${ECHO_MSG} -n "===> Running jstests.py: "
 	@cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \
 	--no-progress ./js17


More information about the svn-ports-all mailing list