Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running "sudo go test" results in a different environment, so go has to recompile everything again. Use "go test -exec sudo" so test would compile as current user (so that go build cache is reused), then run as root. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
- Loading branch information