1
0
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:
Marian Csontos 2022-06-09 12:11:35 +02:00
parent 64ba9e4eca
commit c30881fd95

View File

@ -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