Skip to content

Commit

Permalink
dev-dotnet/nake: remove tests using dotnet script
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/915853
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Oct 17, 2023
1 parent 3645911 commit c666386
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-dotnet/nake/nake-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ src_unpack() {
}

src_prepare() {
rm Source/Utility.Tests/ShellFixture.cs || die
rm Source/Nake.Tests/Multi_level_caching.cs \
Source/Nake.Tests/Nuget_references.cs \
Source/Utility.Tests/ShellFixture.cs || die

dotnet-pkg_src_prepare
}

0 comments on commit c666386

Please sign in to comment.