mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-04 23:29:20 +00:00
btrfs-progs: run fsck image tests in filename order
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
555b7feaeb
commit
b9a799eb89
@ -32,7 +32,7 @@ run_check make btrfs-corrupt-block
|
|||||||
# image (the backing file of a loop device, as a sparse file). The reason for
|
# image (the backing file of a loop device, as a sparse file). The reason for
|
||||||
# keeping some as tarballs of raw images is that for these cases btrfs-image
|
# keeping some as tarballs of raw images is that for these cases btrfs-image
|
||||||
# isn't able to preserve all the (bad) filesystem structure for some reason.
|
# isn't able to preserve all the (bad) filesystem structure for some reason.
|
||||||
for i in $(find $here/tests/fsck-tests -name '*.img' -o -name '*.tar.xz')
|
for i in $(find $here/tests/fsck-tests -name '*.img' -o -name '*.tar.xz' | sort)
|
||||||
do
|
do
|
||||||
echo " [TEST] $(basename $i)"
|
echo " [TEST] $(basename $i)"
|
||||||
echo "testing image $i" >> $RESULT
|
echo "testing image $i" >> $RESULT
|
||||||
|
Loading…
Reference in New Issue
Block a user