From dac9f71089b1f20493b29edcec848ab188944990 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 24 Jan 2016 13:07:18 +0100 Subject: tests: more helpful error message when the tmp dir cannot be cleared --- integration_tests/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration_tests') 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) } -- cgit v1.2.3