Created
July 30, 2017 17:35
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/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