Ver código fonte

hack: cleanup devicemapper at the last test

Solomon Hykes 11 anos atrás
pai
commit
f3e6d34df2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      z_final_test.go

+ 1 - 0
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)
 }