Skip to content

Commit 99f3023

Browse files
Log kernel version and CPU in tests
Signed-off-by: Matthew Schlebusch <[email protected]>
1 parent 0f46271 commit 99f3023

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/devtool

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ cmd_test() {
12501250

12511251
# If we got to here, we've got all we need to continue.
12521252
say "$(date -u +'%F %H:%M:%S %Z')"
1253+
say "Kernel version: $(uname -r)"
12531254
say "Starting test run ..."
12541255

12551256
if [[ $ramdisk = true ]]; then
@@ -1286,6 +1287,9 @@ cmd_test() {
12861287
# dir. Let's fix that.
12871288
cmd_fix_perms
12881289

1290+
# Log CPU information
1291+
say "$(lscpu)"
1292+
12891293
return $ret
12901294
}
12911295

0 commit comments

Comments
 (0)