Skip to content

Commit

Permalink
Test docker-compose up --exit-code-from
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Aug 16, 2024
1 parent 6636aec commit 0cd2be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func buildAgent() {
}

func setupEnvironment() {
executeCommand("docker-compose", []string{"up", "-d"}, "Setting up environment with Docker Compose")
executeCommand("docker-compose", []string{"up", "--exit-code-from"}, "Setting up environment with Docker Compose")
fmt.Println("Sleep for 30 seconds to ensure that the env has time to initialize...")
time.Sleep(30 * time.Second)
}
Expand Down

0 comments on commit 0cd2be5

Please sign in to comment.