Merge pull request #182 from versity/auke/write_test_name_to_kmsg

Write to kmsg which test we're executing.
This commit is contained in:
Zach Brown
2024-09-27 09:09:36 -07:00
committed by GitHub

View File

@@ -557,6 +557,9 @@ for t in $tests; do
printf " %-30s $stats" "$test_name"
# mark in dmesg as to what test we are running
echo "run scoutfs test $test_name" > /dev/kmsg
# record dmesg before
dmesg | t_filter_dmesg > "$T_TMPDIR/dmesg.before"