mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-11 16:29:42 +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 \
|
for image in $(find $dir \( -iname '*.img' -o \
|
||||||
-iname '*.img.xz' -o \
|
-iname '*.img.xz' -o \
|
||||||
-iname '*.raw' -o \
|
-iname '*.raw' -o \
|
||||||
-iname '*.raw.xz' \) )
|
-iname '*.raw.xz' \) | sort)
|
||||||
do
|
do
|
||||||
cleanme=
|
cleanme=
|
||||||
case "$image" in
|
case "$image" in
|
||||||
|
Loading…
Reference in New Issue
Block a user