hack: cleanup devicemapper at the last test

This commit is contained in:
Solomon Hykes 2013-10-16 23:27:00 +00:00
parent ea04f3de72
commit f3e6d34df2
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ func displayFdGoroutines(t *testing.T) {
func TestFinal(t *testing.T) { func TestFinal(t *testing.T) {
nuke(globalRuntime) nuke(globalRuntime)
t.Logf("Start Fds: %d, Start Goroutines: %d", startFds, startGoroutines) t.Logf("Start Fds: %d, Start Goroutines: %d", startFds, startGoroutines)
cleanupDevMapper()
displayFdGoroutines(t) displayFdGoroutines(t)
} }