mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
'env' is better spelled '${SETENV}'
This commit is contained in:
parent
04794287a2
commit
3af849a198
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480344
@ -42,6 +42,6 @@ TEST_ENV= TMPDIR=${WRKDIR} HOME=${WRKDIR} LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && \
|
||||
env ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
|
||||
${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user