svn commit: r509789 - head/textproc/py-packageurl-python

Kai Knoblich kai at FreeBSD.org
Sun Aug 25 11:07:54 UTC 2019


Author: kai
Date: Sun Aug 25 11:07:53 2019
New Revision: 509789
URL: https://svnweb.freebsd.org/changeset/ports/509789

Log:
  textproc/py-packageurl-python: Make tests verbose
  
  The '-v' flag was intentionally left out to reduce the cluttering of the
  screen as some tests have rather long names.  But after a second look it
  makes more sense to enable the verbosity of the tests because they'll be
  more meaningful in case of errors.
  
  Reported by:	koobs

Modified:
  head/textproc/py-packageurl-python/Makefile

Modified: head/textproc/py-packageurl-python/Makefile
==============================================================================
--- head/textproc/py-packageurl-python/Makefile	Sun Aug 25 11:02:47 2019	(r509788)
+++ head/textproc/py-packageurl-python/Makefile	Sun Aug 25 11:07:53 2019	(r509789)
@@ -20,6 +20,6 @@ USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list