Skip to content

Commit

Permalink
Tests before exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Dec 11, 2023
1 parent 55d758b commit d4f7928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/support-bundle/goldpinger_collector_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func Test_GoldpingerCollector(t *testing.T) {
cmd := exec.CommandContext(ctx, sbBinary(), specPath, "--interactive=false", "-v=2", fmt.Sprintf("-o=%s", tarPath))
cmd.Stdout = &out
err = cmd.Run()
require.NoError(t, err)
t.Log(out.String())
require.NoError(t, err)

analysisJSON, err := readFileFromTar(tarPath, fmt.Sprintf("%s/analysis.json", supportBundleName))
require.NoError(t, err)
Expand Down

0 comments on commit d4f7928

Please sign in to comment.