Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 09:02:55 +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: r462209 - head/devel/pcre2
Message-ID:  <201802180902.w1I92tho021722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Feb 18 09:02:55 2018
New Revision: 462209
URL: https://svnweb.freebsd.org/changeset/ports/462209

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

Modified:
  head/devel/pcre2/Makefile

Modified: head/devel/pcre2/Makefile
==============================================================================
--- head/devel/pcre2/Makefile	Sun Feb 18 09:02:54 2018	(r462208)
+++ head/devel/pcre2/Makefile	Sun Feb 18 09:02:55 2018	(r462209)
@@ -89,7 +89,7 @@ CORELIMIT?=	/usr/bin/limits -Sc 0
 TESTLOGS?=	RunGrepTest RunTest pcre_jit_test pcre_scanner_unittest \
 		pcre_stringpiece_unittest pcrecpp_unittest
 
-check regression-test test: build
+do-test:
 	@cd ${WRKSRC} ; \
 	${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} ${MAKE_ARGS} check ; \
 	for _l in ${TESTLOGS} ; do if ${TEST} -f $${_l}.log ; then \



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