mirror of https://github.com/docker/docs.git
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>
This commit is contained in:
parent
22dba32b4d
commit
fbd47969a8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue