mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: check for thin tools
Test needs repair utils to be available.
This commit is contained in:
parent
673d4f7453
commit
95f0e25601
@ -20,6 +20,15 @@ SKIP_WITH_LVMPOLLD=1
|
||||
aux have_thin 1 0 0 || skip
|
||||
aux have_raid 1 4 0 || skip
|
||||
|
||||
#
|
||||
# To continue this test - we need real tools available
|
||||
# When they are not present mark test as skipped, but still
|
||||
# let proceed initial part which should work even without tools
|
||||
#
|
||||
aux have_tool_at_least "$LVM_TEST_THIN_CHECK_CMD" 0 3 1 || skip
|
||||
aux have_tool_at_least "$LVM_TEST_THIN_DUMP_CMD" 0 3 1 || skip
|
||||
aux have_tool_at_least "$LVM_TEST_THIN_REPAIR_CMD" 0 3 1 || skip
|
||||
|
||||
#
|
||||
# Main
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user