1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: include date and hostname IPs in test log

When our testing machines are going wild with NetworkManager,
this might be slightly helping.
This commit is contained in:
Zdenek Kabelac 2024-04-08 21:16:33 +02:00
parent b120b2932d
commit 39d375ecd1

View File

@ -172,6 +172,12 @@ test -n "$BASH" && set -euE -o pipefail
echo "@TESTDIR=$TESTDIR" echo "@TESTDIR=$TESTDIR"
echo "@PREFIX=$PREFIX" echo "@PREFIX=$PREFIX"
# Date of executed test
echo "## DATE: $(date || true)"
# Hostname IP address
echo "## HOST: $(hostname -I || true)"
if test -z "$SKIP_ROOT_DM_CHECK" ; then if test -z "$SKIP_ROOT_DM_CHECK" ; then
aux lvmconf aux lvmconf
fi fi