Commit df3e793
committed
pynfs: add makefile target to show test results
Add 'pynfs-show-results' makefile target to show test results.
Under the hood, it more or less just does 'find ... | xargs cat'.
It shows the json results files for the most recent kernel run. You can
show the results for a differnt kernel by overriding the LAST_KERNEL
variable, e.g.
$ LAST_KERNEL=6.13.4-300.fc41.x86_64 make pynfs-show-results
Signed-off-by: Scott Mayhew <[email protected]>1 parent 494cbfb commit df3e793
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
27 | 45 | | |
28 | 46 | | |
29 | 47 | | |
| |||
63 | 81 | | |
64 | 82 | | |
65 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
66 | 89 | | |
67 | 90 | | |
68 | 91 | | |
| |||
0 commit comments