Date: Mon, 7 Aug 2023 18:10:17 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c1dedb22ba04 - main - games/openra: unbreak "make test" after 101d89dbd8ad9 Message-ID: <202308071810.377IAHra002747@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1dedb22ba0417d195e6d4b6841637f4891c7043 commit c1dedb22ba0417d195e6d4b6841637f4891c7043 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-07 18:07:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-07 18:08:42 +0000 games/openra: unbreak "make test" after 101d89dbd8ad9 Test Run Summary Overall result: Failed Test Count: 0, Passed: 0, Failed: 0, Warnings: 0, Inconclusive: 0, Skipped: 0 --- games/openra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/openra/Makefile b/games/openra/Makefile index d77765f0255d..e92c5382d049 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -81,6 +81,6 @@ post-patch: do-test: @(cd ${TEST_WRKSRC} && mono \ ${NUGET_PACKAGEDIR}/NUnit.ConsoleRunner/tools/nunit3-console.exe \ - --noresult OpenRA.Test.nunit) + --noresult OpenRA.Test.dll) .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071810.377IAHra002747>