mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 03:44:05 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user