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:
parent
b120b2932d
commit
39d375ecd1
@ -172,6 +172,12 @@ test -n "$BASH" && set -euE -o pipefail
|
||||
echo "@TESTDIR=$TESTDIR"
|
||||
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
|
||||
aux lvmconf
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user