pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-macs3: Add install dep to do-test



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jan 8 08:23:24 2024 -0600
Changeset:	fb8e2758d908f8ad15bc30ab786ec08955906b76

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs3: Add install dep to do-test

Test script expects macs3 in PATH

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb8e2758d908f8ad15bc30ab786ec08955906b76

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-macs3/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 7bac6beb6e..7e86d8fae7 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -20,7 +20,8 @@ TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 USE_TOOLS+=	bash perl:test
 REPLACE_BASH=	test/cmdlinetest* test/prockreport test/*.py test/pyprofile*
 
-do-test:
+do-test: install
+	${RM} -rf ${WRKSRC}/temp
 	(cd ${WRKSRC}/test && ./cmdlinetest tag)
 
 .include "../../lang/python/wheel.mk"


Home | Main Index | Thread Index | Old Index