Merge pull request #11737 from duglin/FixTestOutput
TestBuildCancelationKillsSleep sends exec cmd to stdout
This commit is contained in:
commit
f08e9f44a9
1 changed files with 0 additions and 1 deletions
|
@ -2032,7 +2032,6 @@ func TestBuildCancelationKillsSleep(t *testing.T) {
|
|||
|
||||
buildCmd := exec.Command(dockerBinary, "build", "-t", name, ".")
|
||||
buildCmd.Dir = ctx.Dir
|
||||
buildCmd.Stdout = os.Stdout
|
||||
|
||||
err = buildCmd.Start()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue