Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2018 08:34:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471828 - head/lang/spidermonkey185
Message-ID:  <201806060834.w568YQEq058504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806060834.w568YQEq058504>