Merge pull request #6500 from NickJackolson/nickjackolson/docupdate

Update BUILDING.md
This commit is contained in:
Phil Estes
2022-02-10 11:29:43 -05:00
committed by GitHub

View File

@@ -260,6 +260,10 @@ PASS
ok github.com/containerd/containerd 4.778s
```
> *Note*: in order to run `sudo go` you need to
> - either keep user PATH environment variable. ex: `sudo "PATH=$PATH" env go test <args>`
> - or use `go test -exec` ex: `go test -exec sudo -v -run "TestTarWithXattr" ./archive/ -test.root`
## Additional tools
### containerd-stress