btrfs-progs: build: drop deprecated utility from test dependencies
Standalone btrfs-debug-tree has been superseded by 'btrfs inspect-internal dump-tree'. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
1f739d73e3
commit
0c94504d06
4
Makefile
4
Makefile
|
@ -272,11 +272,11 @@ test-convert: btrfs btrfs-convert
|
|||
$(Q)bash tests/convert-tests.sh
|
||||
|
||||
test-check: test-fsck
|
||||
test-fsck: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs
|
||||
test-fsck: btrfs btrfs-image btrfs-corrupt-block mkfs.btrfs
|
||||
@echo " [TEST] fsck-tests.sh"
|
||||
$(Q)bash tests/fsck-tests.sh
|
||||
|
||||
test-misc: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs btrfstune
|
||||
test-misc: btrfs btrfs-image btrfs-corrupt-block mkfs.btrfs btrfstune
|
||||
@echo " [TEST] misc-tests.sh"
|
||||
$(Q)bash tests/misc-tests.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue