1
0
Fork 0
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:
Solomon Hykes 2013-10-16 20:10:20 +00:00
parent 95ccb78aa7
commit 240d5b3fa1
4 changed files with 42 additions and 22 deletions

View file

@ -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),