Created
November 20, 2018 18:28
-
-
Save bradfitz/0fc1ba369159d297cd9469a72c1892f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| bradfitz@gdev:~/go/src$ git rev-parse HEAD | |
| b44cd15464a87be57446a7573f76846088826606 | |
| bradfitz@gdev:~/go/src$ git status | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| bradfitz@gdev:~/go/src$ git clean -n | |
| bradfitz@gdev:~/go/src$ ~/go/bin/go test -short go/build | |
| --- FAIL: TestImportVendorParentFailure (0.00s) | |
| build_test.go:390: decided to use /home/bradfitz/go/src/vendor/golang_org/x/net/http2 | |
| FAIL | |
| FAIL go/build 0.070s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment