svn commit: r467581 - head/lang/spidermonkey38

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 17 08:33:42 UTC 2018


Author: amdmi3
Date: Tue Apr 17 08:33:41 2018
New Revision: 467581
URL: https://svnweb.freebsd.org/changeset/ports/467581

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

Modified:
  head/lang/spidermonkey38/Makefile

Modified: head/lang/spidermonkey38/Makefile
==============================================================================
--- head/lang/spidermonkey38/Makefile	Tue Apr 17 08:26:49 2018	(r467580)
+++ head/lang/spidermonkey38/Makefile	Tue Apr 17 08:33:41 2018	(r467581)
@@ -82,7 +82,7 @@ post-patch:
 		${WRKSRC}/tests/Intl/DateTimeFormat/format.js \
 		${WRKSRC}/tests/ecma_6/String/normalize-generateddata-part1-not-listed.js
 
-regression-test: build
+do-test:
 	@${ECHO_MSG} -n "===> Running jstests.py: "
 	@cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \
 	-d -s --no-progress ./js/src/shell/js


More information about the svn-ports-head mailing list