aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-08-07 18:07:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-08-07 18:08:42 +0000
commitc1dedb22ba0417d195e6d4b6841637f4891c7043 (patch)
treed55a3430f3f4ab00797212c53c1992cd9ddd4922
parentba9d07a005da5ec39f11ffc6509038179bf86501 (diff)
downloadports-c1dedb22ba0417d195e6d4b6841637f4891c7043.tar.gz
ports-c1dedb22ba0417d195e6d4b6841637f4891c7043.zip
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
-rw-r--r--games/openra/Makefile2
1 files changed, 1 insertions, 1 deletions
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>