mirror of https://github.com/docker/docs.git
hack: cleanup devicemapper at the last test
This commit is contained in:
parent
ea04f3de72
commit
f3e6d34df2
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue