Commit e48e405
committed
nfstest: add makefile target to show test results
Under the hood, it more or less just does 'find ... | xargs cat'.
It shows the text results files for the most recent kernel run. You can
show the results for a different kernel by overriding the LAST_KERNEL
variable, e.g.
$ LAST_KERNEL=6.13.4-300.fc41.x86_64 make nfstest-show-results
Note that since the nfstest log files have a date and timestamp in the
filename, it's possible to accumulate logs from multiple test runs. If
you're showing the results from the most recent kernel, then we'll only
show the logs from the most recent run (i.e. logs that are in the
last-run directory). But if you're showing the results from an older
kernel, then we'll show all the logs in that directory (but you can
change that by overriding the PATTERN variable).
Signed-off-by: Scott Mayhew <[email protected]>1 parent df3e793 commit e48e405
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
56 | 74 | | |
57 | 75 | | |
58 | 76 | | |
| |||
88 | 106 | | |
89 | 107 | | |
90 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
91 | 114 | | |
92 | 115 | | |
93 | 116 | | |
| |||
0 commit comments