mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
test: Print running test to console and syslog
This commit is contained in:
parent
64ba9e4eca
commit
c30881fd95
@ -188,6 +188,12 @@ if test -n "$LVM_TEST_LVMLOCKD_TEST" ; then
|
|||||||
aux prepare_lvmlockd
|
aux prepare_lvmlockd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "<======== Processing test: \"$TESTNAME\" ========>"
|
(
|
||||||
|
MSG="<======== Processing test: \"$TESTNAME\" ========>"
|
||||||
|
echo "$MSG"
|
||||||
|
echo "$MSG" > /dev/console 2>/dev/null
|
||||||
|
logger -p user.notice "$MSG" 2>/dev/null
|
||||||
|
true
|
||||||
|
)
|
||||||
|
|
||||||
set -vx
|
set -vx
|
||||||
|
Loading…
Reference in New Issue
Block a user