Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 18:10:39 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f586627dc6c8 - 2023Q3 - games/openra: unbreak "make test" after 101d89dbd8ad9
Message-ID:  <202308071810.377IAdiS003061@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071810.377IAdiS003061>