浏览代码

hack: cleanup devicemapper at the last test

Solomon Hykes 11 年之前
父节点
当前提交
f3e6d34df2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {
 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)
 }
 }