mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
daemon: suppress logs in unit tests
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
58a6faab4c
commit
1741d669b3
4 changed files with 19 additions and 0 deletions
|
@ -68,6 +68,7 @@ func TestAdjustCPUShares(t *testing.T) {
|
|||
repository: tmp,
|
||||
root: tmp,
|
||||
}
|
||||
muteLogs()
|
||||
|
||||
hostConfig := &containertypes.HostConfig{
|
||||
Resources: containertypes.Resources{CPUShares: linuxMinCPUShares - 1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue