Skip to content

Commit 5113483

Browse files
committed
Deliberate error in the test to ensure the test reporter step works fine
1 parent 5200a8e commit 5113483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nugraph.Tests/Support/NugraphGlobalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private async Task PackAsync()
9999

100100
private async Task InstallAsync()
101101
{
102-
var installed = await RunDotnetAsync(["tool", "list", "--global", "nugraph"], allowNonZeroExitCode: true);
102+
var installed = await RunDotnetAsync(["tool", "list", "--global", "nugraph"], allowNonZeroExitCode: false);
103103
var match = VersionRegex().Match(installed);
104104
if (match.Success)
105105
{

0 commit comments

Comments
 (0)