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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue