git: c1dedb22ba04 - main - games/openra: unbreak "make test" after 101d89dbd8ad9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 18:10:17 UTC
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>