summaryrefslogtreecommitdiff
path: root/vendor/github.com/testcontainers/testcontainers-go/exec
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/testcontainers/testcontainers-go/exec')
-rw-r--r--vendor/github.com/testcontainers/testcontainers-go/exec/processor.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/testcontainers/testcontainers-go/exec/processor.go b/vendor/github.com/testcontainers/testcontainers-go/exec/processor.go
index 9c852fb..36f1db1 100644
--- a/vendor/github.com/testcontainers/testcontainers-go/exec/processor.go
+++ b/vendor/github.com/testcontainers/testcontainers-go/exec/processor.go
@@ -25,7 +25,6 @@ func NewProcessOptions(cmd []string) *ProcessOptions {
return &ProcessOptions{
ExecConfig: container.ExecOptions{
Cmd: cmd,
- Detach: false,
AttachStdout: true,
AttachStderr: true,
},