Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 08:34:21 +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: r471196 - head/math/metis-edf
Message-ID:  <201805310834.w4V8YL5T043872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 31 08:34:20 2018
New Revision: 471196
URL: https://svnweb.freebsd.org/changeset/ports/471196

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

Modified:
  head/math/metis-edf/Makefile

Modified: head/math/metis-edf/Makefile
==============================================================================
--- head/math/metis-edf/Makefile	Thu May 31 07:29:11 2018	(r471195)
+++ head/math/metis-edf/Makefile	Thu May 31 08:34:20 2018	(r471196)
@@ -49,7 +49,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/graphs/* ${STAGEDIR}${EXAMPLESDIR}
 
-regression-test:
+do-test:
 	(cd ${WRKSRC}/graphs && ../programs/gpmetis test.mgraph 2 || ${TRUE})
 
 .include <bsd.port.post.mk>



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