Commit c9da03c
Use test-tag crate for tagging root tests
The way we specify the tests to run as root is non-obvious and
error-prone: we just include "sudo" inside a tests name and then filter
for that when running.
The test_tag crate provides first class support for tagging of tests,
which makes what is going on a bit more obvious. Switch over to using
it.
Signed-off-by: Daniel Müller <[email protected]>1 parent c32000d commit c9da03c
File tree
6 files changed
+164
-76
lines changed- .github/workflows
- libbpf-rs
- tests
6 files changed
+164
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments