We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f46271 commit 99f3023Copy full SHA for 99f3023
tools/devtool
@@ -1250,6 +1250,7 @@ cmd_test() {
1250
1251
# If we got to here, we've got all we need to continue.
1252
say "$(date -u +'%F %H:%M:%S %Z')"
1253
+ say "Kernel version: $(uname -r)"
1254
say "Starting test run ..."
1255
1256
if [[ $ramdisk = true ]]; then
@@ -1286,6 +1287,9 @@ cmd_test() {
1286
1287
# dir. Let's fix that.
1288
cmd_fix_perms
1289
1290
+ # Log CPU information
1291
+ say "$(lscpu)"
1292
+
1293
return $ret
1294
}
1295
0 commit comments