Browse code

Merge pull request #11737 from duglin/FixTestOutput

TestBuildCancelationKillsSleep sends exec cmd to stdout

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