mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Hack: don't run integration tests in /var/lib/docker/unit-tests; add missing cleanups in a few tests
This commit is contained in:
parent
95ccb78aa7
commit
240d5b3fa1
4 changed files with 42 additions and 22 deletions
|
|
@ -351,6 +351,7 @@ func TestPools(t *testing.T) {
|
|||
|
||||
func TestLogEvent(t *testing.T) {
|
||||
runtime := mkRuntime(t)
|
||||
defer nuke(runtime)
|
||||
srv := &Server{
|
||||
runtime: runtime,
|
||||
events: make([]utils.JSONMessage, 0, 64),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue