tests: more helpful error message when the tmp dir cannot be cleared
This commit is contained in:
parent
1030522fe6
commit
dac9f71089
@ -27,7 +27,7 @@ func resetTmpDir() {
|
||||
|
||||
err := os.RemoveAll(tmpDir)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
fmt.Println("resetTmpDir: RemoveAll:" + err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user