Skip to content

Commit

Permalink
better error output
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Dec 1, 2024
1 parent a290906 commit 1ad63a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestWithinContainerStage1(t *testing.T) {
require.NoError(t, err, "failed to read output")
t.Logf("%s", outputBytes)

require.Zero(t, exitCode, "non-zero exit code, output: %s", outputBytes)
require.Zero(t, exitCode, "non-zero exit code from stage 2")
}

var stage2 = flag.Bool("stage2", false, "Run TestWithinContainerStage2")
Expand Down

0 comments on commit 1ad63a3

Please sign in to comment.