Skip to content

Commit

Permalink
www/py-pylsqpack: Simplify do-test:
Browse files Browse the repository at this point in the history
python -m unittest is the equivalent of python -m unittest discover.

Reference:	https://docs.python.org/3/library/unittest.html#test-discovery
  • Loading branch information
sunpoet committed Jun 10, 2021
1 parent 7916289 commit 9d16f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/py-pylsqpack/Makefile
Expand Up @@ -16,6 +16,6 @@ USES= compiler:c++11-lang python:3.6+
USE_PYTHON= autoplist concurrent distutils

do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v

.include <bsd.port.mk>

0 comments on commit 9d16f1c

Please sign in to comment.