aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStone Lasley <stone@lasley.io>2022-12-30 00:46:19 -0700
committerGitHub <noreply@github.com>2022-12-30 08:46:19 +0100
commit1592493e3406c271e9128b4d424731e25f1ff2a1 (patch)
treefe38508cdd6cf48382bbde9afe0c753c78b3dd9c /tests
parentchore: update generated code (#823) (diff)
downloadmason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar.gz
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar.bz2
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar.lz
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar.xz
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.tar.zst
mason-1592493e3406c271e9128b4d424731e25f1ff2a1.zip
feat(dotnet): ignore failed sources (#792)
Diffstat (limited to 'tests')
-rw-r--r--tests/mason-core/managers/dotnet_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mason-core/managers/dotnet_spec.lua b/tests/mason-core/managers/dotnet_spec.lua
index 17f7cd3b..df3f5386 100644
--- a/tests/mason-core/managers/dotnet_spec.lua
+++ b/tests/mason-core/managers/dotnet_spec.lua
@@ -12,6 +12,7 @@ describe("dotnet manager", function()
assert.spy(ctx.spawn.dotnet).was_called_with {
"tool",
"update",
+ "--ignore-failed-sources",
"--tool-path",
".",
{ "--version", "42.13.37" },