Skip to content

Commit

Permalink
add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 17, 2025
1 parent 104f908 commit 0469ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ func TestRunWithDockerAndBuildArgs(t *testing.T) {

err := wait.PollImmediate(time.Millisecond*500, 1*time.Minute, func() (bool, error) {
out, _ := exec.Command("docker", "run", "child:latest").Output()
t.Logf("Output:[%s]\n", out)
got = strings.Trim(string(out), " \n")
return got == expected, nil
})
Expand Down

0 comments on commit 0469ddd

Please sign in to comment.