pkgsrc-WIP-changes archive

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

muon: Use muon binary from build directory for test suite



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Oct 11 14:11:36 2024 +0200
Changeset:	459ce1f8e7b2a0a492b7c049fa33def75f137762

Modified Files:
	muon/Makefile

Log Message:
muon: Use muon binary from build directory for test suite

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

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

diffstat:
 muon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index 23ed3414dd..5bd598076a 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -43,7 +43,7 @@ do-build:
 	cd ${WRKSRC} && env ${MAKE_ENV} samu -j ${_MAKE_JOBS_N:U1} -C output
 
 do-test:
-	cd ${WRKSRC}/output && env ${TEST_ENV} /usr/pkg/bin/muon test
+	cd ${WRKSRC}/output && env ${TEST_ENV} ./muon test
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/output/muon ${DESTDIR}${PREFIX}/bin/muon


Home | Main Index | Thread Index | Old Index