mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 07:02:45 +00:00
btrfs-progs: tests: sort image files
If a test has several images let filenames enforce a particular order of checks if desired. Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
6c9e4dacb2
commit
e413938ea9
@ -52,7 +52,7 @@ check_all_images()
|
||||
for image in $(find $dir \( -iname '*.img' -o \
|
||||
-iname '*.img.xz' -o \
|
||||
-iname '*.raw' -o \
|
||||
-iname '*.raw.xz' \) )
|
||||
-iname '*.raw.xz' \) | sort)
|
||||
do
|
||||
cleanme=
|
||||
case "$image" in
|
||||
|
Loading…
Reference in New Issue
Block a user