Skip to content

Commit

Permalink
(#25) Add logs to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 19, 2019
1 parent ca46331 commit ba29b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func assertContainerEnvironmentVariables(t *testing.T, identifier string, presen

func checkIfError(t *testing.T, err ExecError) {
if err.Error != nil || err.Stdout != nil || err.Stderr != nil {
t.Logf("Failed when running: %v", err.Command)
t.Fatal(err)
}
}
Expand Down

0 comments on commit ba29b24

Please sign in to comment.