mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tests: check for at least 1G of RAM
This test requires quite some RAM to be there.
This commit is contained in:
parent
a6e47a1612
commit
e1e05cf2b5
@ -20,6 +20,8 @@ LVM_SKIP_LARGE_TESTS=0
|
||||
which mkfs.ext4 || skip
|
||||
aux have_raid 1 14 0 || skip
|
||||
|
||||
test "$(aux total_mem)" -gt 1048576 || skip "Not enough RAM for this test"
|
||||
|
||||
if [ $LVM_SKIP_LARGE_TESTS -eq 0 ]
|
||||
then
|
||||
aux prepare_pvs 65 9
|
||||
|
Loading…
Reference in New Issue
Block a user