Skip to content

Commit

Permalink
pkgtools/url2pkg: document PY_TEST_FLAGS to prevent pkglint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed May 10, 2024
1 parent 7aac7bb commit 7d0ab1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgtools/url2pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.138 2024/05/10 06:33:04 rillig Exp $
# $NetBSD: Makefile,v 1.139 2024/05/10 06:52:13 rillig Exp $

PKGNAME= url2pkg-23.3.1
CATEGORIES= pkgtools
Expand All @@ -22,6 +22,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
do-extract:
${RUN} cd ${FILESDIR} && ${PAX} -rw *.* python/*.py python/*/*.py python/*/*/*.py ${WRKSRC}/

# PY_TEST_FLAGS
# Can be used to increase the verbosity of the self-test, by passing
# -v or -vvv.
do-test:
${RUN} cd ${WRKSRC} && ${SETENV} PKGSRCDIR=${PKGSRCDIR} MAKE=${MAKE:Q} \
${PREFIX}/bin/pytest-${PYVERSSUFFIX} ${PY_TEST_FLAGS:U}
Expand Down

0 comments on commit 7d0ab1e

Please sign in to comment.