svn commit: r471828 - head/lang/spidermonkey185

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 6 08:34:27 UTC 2018


Author: amdmi3
Date: Wed Jun  6 08:34:26 2018
New Revision: 471828
URL: https://svnweb.freebsd.org/changeset/ports/471828

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

Modified:
  head/lang/spidermonkey185/Makefile

Modified: head/lang/spidermonkey185/Makefile
==============================================================================
--- head/lang/spidermonkey185/Makefile	Wed Jun  6 05:30:57 2018	(r471827)
+++ head/lang/spidermonkey185/Makefile	Wed Jun  6 08:34:26 2018	(r471828)
@@ -110,7 +110,7 @@ PLIST_SUB+=	SPARC="@comment "
 pre-configure:
 	(cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
 
-regression-test: build
+do-test:
 	@${ECHO_MSG} -n "===> Running jstests.py: "
 	@cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \
 	--no-progress --worker-count=${MAKE_JOBS_NUMBER} ./js


More information about the svn-ports-all mailing list