Skip to content

Commit

Permalink
Add log info
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Nov 5, 2024
1 parent fa24657 commit d0d975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/buildscript_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ main = wheel

// Ensure build didn't fail
suite.False(out.HasFailedArtifacts)
suite.Empty(out.Platforms[0].Artifacts[0].Errors)
suite.Empty(out.Platforms[0].Artifacts[0].Errors, "Log: %s", out.Platforms[0].Artifacts[0].LogURL)

// Download the wheel artifact that was produced from our source ingredient
cp = ts.Spawn("artifacts", "dl", "--output=json", out.Platforms[0].Artifacts[0].ID)
Expand Down

0 comments on commit d0d975c

Please sign in to comment.