Explorar o código

hack: cleanup devicemapper at the last test

Solomon Hykes %!s(int64=11) %!d(string=hai) anos
pai
achega
f3e6d34df2
Modificáronse 1 ficheiros con 1 adicións e 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)
 }