1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

View file

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