pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/git-cinnabar
Module Name: pkgsrc
Committed By: riastradh
Date: Mon Dec 16 00:41:19 UTC 2024
Modified Files:
pkgsrc/devel/git-cinnabar: Makefile
Log Message:
devel/git-cinnabar: Don't run cargo tests twice on `bmake test'.
Forgot to remove this recipe back when I added the cram tests.
No functional change intended outside `bmake test', so no revbump.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/git-cinnabar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/git-cinnabar/Makefile
diff -u pkgsrc/devel/git-cinnabar/Makefile:1.21 pkgsrc/devel/git-cinnabar/Makefile:1.22
--- pkgsrc/devel/git-cinnabar/Makefile:1.21 Mon Dec 16 00:41:11 2024
+++ pkgsrc/devel/git-cinnabar/Makefile Mon Dec 16 00:41:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/12/16 00:41:11 riastradh Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/16 00:41:19 riastradh Exp $
.include "Makefile.common"
@@ -35,10 +35,6 @@ do-install:
CARGO_TEST_ARGS= test ${DEFAULT_CARGO_ARGS}
-do-test:
- ${RUN} cd ${CARGO_WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo ${CARGO_TEST_ARGS}
-
do-test: do-test-cargo
do-test-cargo: .PHONY
@${STEP_MSG} Running cargo test
Home |
Main Index |
Thread Index |
Old Index