svn commit: r471483 - head/lang/spidermonkey24

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 3 08:34:24 UTC 2018


Author: amdmi3
Date: Sun Jun  3 08:34:23 2018
New Revision: 471483
URL: https://svnweb.freebsd.org/changeset/ports/471483

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

Modified:
  head/lang/spidermonkey24/Makefile

Modified: head/lang/spidermonkey24/Makefile
==============================================================================
--- head/lang/spidermonkey24/Makefile	Sun Jun  3 08:18:04 2018	(r471482)
+++ head/lang/spidermonkey24/Makefile	Sun Jun  3 08:34:23 2018	(r471483)
@@ -65,7 +65,7 @@ UTF8_CFLAGS=		-DJS_C_STRINGS_ARE_UTF8
 CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
 .endif
 
-regression-test: build
+do-test:
 	@${ECHO_MSG} -n "===> Running jstests.py: "
 	@cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \
 	--no-progress ./js24


More information about the svn-ports-all mailing list