diff --git a/internal/cmd/integration-tests/utils.go b/internal/cmd/integration-tests/utils.go index f683389f3b69..4aba265a4308 100644 --- a/internal/cmd/integration-tests/utils.go +++ b/internal/cmd/integration-tests/utils.go @@ -46,7 +46,7 @@ func executeCommand(command string, args []string, taskDescription string) bool if len(stdoutStr) > 0 { log.Printf("stdout:%s\n", stdoutStr) } else { - log.Fatalf("No stdout was printed from task '%s'\n", taskDescription) + log.Printf("No stdout was printed from task '%s'\n", taskDescription) } return success }