svn commit: r567185 - head/security/py-webauthn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:12:52 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:12:44 2021
New Revision: 567185
URL: https://svnweb.freebsd.org/changeset/ports/567185

Log:
  Update do-test:

Modified:
  head/security/py-webauthn/Makefile

Modified: head/security/py-webauthn/Makefile
==============================================================================
--- head/security/py-webauthn/Makefile	Wed Mar  3 18:12:39 2021	(r567184)
+++ head/security/py-webauthn/Makefile	Wed Mar  3 18:12:44 2021	(r567185)
@@ -25,6 +25,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:
-	cd ${WRKSRC} && ${PYTHON_CMD} -m unittest
+	cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list