From f3e6d34df23adf84f520b058e4363f8b789d2ebf Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 16 Oct 2013 23:27:00 +0000 Subject: [PATCH] hack: cleanup devicemapper at the last test --- z_final_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/z_final_test.go b/z_final_test.go index 837b5d13e6..5bdfa4fd7c 100644 --- a/z_final_test.go +++ b/z_final_test.go @@ -13,5 +13,6 @@ func displayFdGoroutines(t *testing.T) { func TestFinal(t *testing.T) { nuke(globalRuntime) t.Logf("Start Fds: %d, Start Goroutines: %d", startFds, startGoroutines) + cleanupDevMapper() displayFdGoroutines(t) }