This commit is contained in:
Van 2015-03-28 13:02:58 +08:00
parent 78fcc0d19a
commit 6f5d1fe086
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func TestMain(m *testing.M) {
// clean test data
os.RemoveAll(packageName + ".zip")
//os.RemoveAll(packageName)
os.RemoveAll(packageName)
os.Exit(retCode)
}