TestBuildCancelationKillsSleep send exec cmd to stdout

and makes the testing output ugly.

This hides the output since it not used.

Signed-off-by: Doug Davis <dug@us.ibm.com>
Upstream-commit: fbd47969a86793c4e87e2da1abea1f806ba0a526
Component: engine
This commit is contained in:
Doug Davis
2015-03-24 20:56:26 -07:00
parent 9709821e24
commit 5e050af7a5
@@ -2031,7 +2031,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 {