Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"make test" fails for me #2573

Closed
kevina opened this issue Apr 16, 2016 · 1 comment · Fixed by #2574
Closed

"make test" fails for me #2573

kevina opened this issue Apr 16, 2016 · 1 comment · Fixed by #2574

Comments

@kevina
Copy link
Contributor

kevina commented Apr 16, 2016

make test fails for me on 72e0781:

cd cmd/ipfs && go build -i -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=72e0781"
go test ./...
core/commands/incfusever/incfusever.go:6:2: cannot find package "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version" in any of:
        /usr/local/go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version (from $GOROOT)
        /home/kevina/gocode/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version (from $GOPATH)

make TEST_NO_FUSE=1 test seams okay

I think this relates to commit e79e1d3

Sorry if I am missing something obvious.

@whyrusleeping
Copy link
Member

@kevina good catch. I somehow missed that while cleaning things up the other day. We don't run the fuse tests in CI currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants