Skip to content

Commit

Permalink
docs: update how to run TestTracer
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpichler committed Oct 11, 2024
1 parent 5b5ace8 commit 8c83070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Now inside vm you can run ebpftracer
```sh
cd /tmp/kvisor/pkg/ebpftracer
go generate ./...
go test -v . -run=TestTracer
go test -v . -exec sudo -run=TestTracer
```

Trigger ebpf events
Expand Down

0 comments on commit 8c83070

Please sign in to comment.