Skip to content

Commit

Permalink
Log by hand.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 10, 2023
1 parent d24bf1e commit 4ad0b12
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ public void CanResolvePackagingTypePom()
t.References = new[] { i1 };

t.Execute().Should().BeTrue();
foreach (var e in errors)
TestContext.WriteLine("ERROR: " + e.Message);
errors.Should().BeEmpty();

t.ResolvedReferences.Should().Contain(i => i.ItemSpec == "maven$com.yahoo.vespa:annotations:8.12.48");
Expand Down

0 comments on commit 4ad0b12

Please sign in to comment.