mirror of
https://github.com/moby/moby.git
synced 2026-08-08 17:11:38 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user