Browse code

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>

Doug Davis authored on 2015/03/25 12:56:26
Showing 1 changed files
... ...
@@ -2031,7 +2031,6 @@ func TestBuildCancelationKillsSleep(t *testing.T) {
2031 2031
 
2032 2032
 	buildCmd := exec.Command(dockerBinary, "build", "-t", name, ".")
2033 2033
 	buildCmd.Dir = ctx.Dir
2034
-	buildCmd.Stdout = os.Stdout
2035 2034
 
2036 2035
 	err = buildCmd.Start()
2037 2036
 	if err != nil {