svn commit: r473604 - head/databases/py-Pyrseas

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 30 08:37:23 UTC 2018


Author: amdmi3
Date: Sat Jun 30 08:37:22 2018
New Revision: 473604
URL: https://svnweb.freebsd.org/changeset/ports/473604

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

Modified:
  head/databases/py-Pyrseas/Makefile

Modified: head/databases/py-Pyrseas/Makefile
==============================================================================
--- head/databases/py-Pyrseas/Makefile	Sat Jun 30 08:36:50 2018	(r473603)
+++ head/databases/py-Pyrseas/Makefile	Sat Jun 30 08:37:22 2018	(r473604)
@@ -24,7 +24,7 @@ GH_ACCOUNT=	perseas
 
 # Requires a running PostgreSQL instance
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list