mirror of https://github.com/kubernetes/kops.git
Merge pull request #3474 from chrislovecnm/test-cleanup
Automatic merge from submit-queue. Fixing stdout on tests - cleaning house We are printing to STDOUT and logging in some tests. Not needed.
This commit is contained in:
commit
14ba6d0414
|
|
@ -163,7 +163,6 @@ F`
|
||||||
// We do need to cleanup, as otherwise we get some spurious changes on complex diffs
|
// We do need to cleanup, as otherwise we get some spurious changes on complex diffs
|
||||||
diffs = dmp.DiffCleanupSemantic(diffs)
|
diffs = dmp.DiffCleanupSemantic(diffs)
|
||||||
|
|
||||||
t.Logf("diffs %v", diffs)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
actual := FormatDiff(l, r)
|
actual := FormatDiff(l, r)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue