Explorar el Código

hack: cleanup devicemapper at the last test

Solomon Hykes hace 11 años
padre
commit
f3e6d34df2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 }