Message ID | 1421314231-11076-2-git-send-email-eguan@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/check b/check index 10f4a18..3d42a8b 100755 --- a/check +++ b/check @@ -561,6 +561,10 @@ for section in $HOST_OPTIONS_SECTIONS; do $timestamp && echo -n " ["`date "+%T"`"]" [ ! -x $seq ] && chmod u+x $seq # ensure we can run it $LOGGER_PROG "run xfstest $seqnum" + if [ -w /dev/kmsg ]; then + date_time=`date +"%F %T"` + echo "run fstests $seqnum at $date_time" > /dev/kmsg + fi ./$seq >$tmp.rawout 2>&1 sts=$? $timestamp && _timestamp