mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: free -h is quite new option
Stay with -g and and ignore failure.
This commit is contained in:
parent
79844b9066
commit
9c7063ef89
@ -78,7 +78,7 @@ echo "$TESTNAME" >TESTNAME
|
|||||||
echo "Kernel is $(uname -a)"
|
echo "Kernel is $(uname -a)"
|
||||||
# Report SELinux mode
|
# Report SELinux mode
|
||||||
echo "Selinux mode is $(getenforce 2>/dev/null || echo not installed)."
|
echo "Selinux mode is $(getenforce 2>/dev/null || echo not installed)."
|
||||||
free -h
|
free -m || true
|
||||||
|
|
||||||
# Set vars from utils now that we have TESTDIR/PREFIX/...
|
# Set vars from utils now that we have TESTDIR/PREFIX/...
|
||||||
prepare_test_vars
|
prepare_test_vars
|
||||||
|
Loading…
Reference in New Issue
Block a user