mirror of https://github.com/docker/docs.git
Merge pull request #11737 from duglin/FixTestOutput
TestBuildCancelationKillsSleep sends exec cmd to stdout
This commit is contained in:
commit
f08e9f44a9
|
@ -2032,7 +2032,6 @@ func TestBuildCancelationKillsSleep(t *testing.T) {
|
||||||
|
|
||||||
buildCmd := exec.Command(dockerBinary, "build", "-t", name, ".")
|
buildCmd := exec.Command(dockerBinary, "build", "-t", name, ".")
|
||||||
buildCmd.Dir = ctx.Dir
|
buildCmd.Dir = ctx.Dir
|
||||||
buildCmd.Stdout = os.Stdout
|
|
||||||
|
|
||||||
err = buildCmd.Start()
|
err = buildCmd.Start()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue