Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit f59c831

Browse files
committed
test hack: check gopath
1 parent 8406d10 commit f59c831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/dep/glide_importer_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package main
66

77
import (
88
"bytes"
9+
"fmt"
910
"io/ioutil"
1011
"log"
1112
"path/filepath"
@@ -24,6 +25,7 @@ var (
2425
func newTestContext(h *test.Helper) *dep.Ctx {
2526
h.TempDir("src")
2627
pwd := h.Path(".")
28+
fmt.Println(pwd)
2729
return &dep.Ctx{
2830
GOPATH: pwd,
2931
Out: discardLogger,

0 commit comments

Comments
 (0)