]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
check: log running test to dmesg
authorEric Sandeen <sandeen@redhat.com>
Wed, 21 Jan 2015 05:19:33 +0000 (16:19 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 21 Jan 2015 05:19:33 +0000 (16:19 +1100)
commit39cbe0484ce9bb2e63db8563753c06a14de5c06e
tree3a737609c8fe39a0e1756c3e930e51d5c7886454
parentafadb6e5958c5acf2425d6a8a9372b63afcb4f2a
check: log running test to dmesg

We already log the running test to system logs via "logger"
but viro pointed out that we can use /dev/kmsg to insert it
into dmesg as well.  When looking at the serial console that
could be pretty useful.

Thanks to viro for the test -w suggestion too.

[Eryu Guan adds timestamp to dmesg too]

Signed-off-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
check