summaryrefslogtreecommitdiffstats
path: root/pkg/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-11 21:30:27 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-02-11 22:39:17 +1100
commitcfe3605e6b29e23db8dca9eedecc58cb13341587 (patch)
treecff98f9663f184e0979a65135dfd6ab7078744a3 /pkg/test
parent3a607061a2303d9f45d308de652fbebe7300b43c (diff)
use go-errors package to display stacktrace of errors that cause panics
Diffstat (limited to 'pkg/test')
-rw-r--r--pkg/test/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/test/test.go b/pkg/test/test.go
index 6346ac556..b3db699d0 100644
--- a/pkg/test/test.go
+++ b/pkg/test/test.go
@@ -1,7 +1,7 @@
package test
import (
- "errors"
+ "github.com/go-errors/errors"
"os"
"os/exec"
"path/filepath"