diff options
-rw-r--r-- | integration_tests/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/helpers.go b/integration_tests/helpers.go index 8eb5379..d0e8721 100644 --- a/integration_tests/helpers.go +++ b/integration_tests/helpers.go @@ -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) } |