Skip to content

Commit 0cd2be5

Browse files
committed
Test docker-compose up --exit-code-from
1 parent 6636aec commit 0cd2be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/integration-tests/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func buildAgent() {
4141
}
4242

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

0 commit comments

Comments
 (0)