commit:     db12c9b91a5859128b020c9b735e20b94708a605
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 08:27:22 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 15:52:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db12c9b9

dev-lang/mond: use DOTNET_PKG_TEST_EXTRA_ARGS

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/mond/mond-0.9.4-r1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-lang/mond/mond-0.9.4-r1.ebuild 
b/dev-lang/mond/mond-0.9.4-r1.ebuild
index 1b9f50069855..cb880bcdd1f7 100644
--- a/dev-lang/mond/mond-0.9.4-r1.ebuild
+++ b/dev-lang/mond/mond-0.9.4-r1.ebuild
@@ -102,8 +102,9 @@ SRC_URI+=" ${NUGET_URIS} "
 LICENSE="MIT"
 SLOT="0"
 
-DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major )
 DOTNET_PKG_PROJECTS=( Mond.Repl/Mond.Repl.csproj )
+DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major )
+DOTNET_PKG_TEST_EXTRA_ARGS=( -p:RollForward=Major )
 
 DOCS=( README.md Examples )
 
@@ -115,10 +116,6 @@ src_unpack() {
        fi
 }
 
-src_test() {
-       dotnet-pkg-base_test -p:RollForward=Major Mond.sln
-}
-
 src_install() {
        dotnet-pkg-base_install
        dotnet-pkg-base_dolauncher "/usr/share/${P}/Mond.Repl" "${PN}"

Reply via email to