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:
@@ -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