Skip to content

Commit

Permalink
[testing] Fix bootstrap monitor e2e image build error check (#3443)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Oct 3, 2024
1 parent 005c787 commit 43d5b43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/fixture/bootstrapmonitor/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ func buildImage(tc tests.TestContext, imageName string, forceNewHash bool, scrip
"SKIP_BUILD_RACE=1",
)
output, err := cmd.CombinedOutput()
if err != nil {
require.FailNow("Image build failed: %v\nWith output: %s", err, output)
}
require.NoError(err, "Image build failed: %s", output)
}

// newNodeStatefulSet returns a statefulset for an avalanchego node.
Expand Down

0 comments on commit 43d5b43

Please sign in to comment.