Browse Source

hack: cleanup devicemapper at the last test

Solomon Hykes 11 năm trước cách đây
mục cha
commit
f3e6d34df2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
 }