Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created July 30, 2017 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deleplace/277812527e056f625e4f4b7a9e23ee37 to your computer and use it in GitHub Desktop.
Save Deleplace/277812527e056f625e4f4b7a9e23ee37 to your computer and use it in GitHub Desktop.
Tests from posener/complete failing on my linux workstation when env var GOPATH is not set
[~/go/src/github.com/posener/complete] master $ go test ./...
ok github.com/posener/complete 0.007s
? github.com/posener/complete/cmd [no test files]
? github.com/posener/complete/cmd/install [no test files]
? github.com/posener/complete/example/self [no test files]
--- FAIL: TestPredictions (0.00s)
--- FAIL: TestPredictions/predict_system_ok (0.00s)
tests_test.go:64: Failed TestPredictions/predict_system_ok: got: [], want: ["github.com/posener/complete/gocomplete/"]
FAIL
FAIL github.com/posener/complete/gocomplete 0.006s
ok github.com/posener/complete/match 0.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment