git: f586627dc6c8 - 2023Q3 - games/openra: unbreak "make test" after 101d89dbd8ad9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 18:10:39 UTC
The branch 2023Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f586627dc6c8a6c2be6ac1036ca08f63fc59e61e commit f586627dc6c8a6c2be6ac1036ca08f63fc59e61e 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:10:34 +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 (cherry picked from commit c1dedb22ba0417d195e6d4b6841637f4891c7043) --- 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>