Skip to content

Commit 93f51f7

Browse files
tests: check-missing-files: sort list of known files
Cosmetic changes only. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 12a5259 commit 93f51f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/integration/check-missing-files

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ for xml in "$@"; do
2929
fi
3030
;;
3131
# known files that will be provided by the OS or boot binaries
32+
DISK) ;;
33+
XblRamdump.elf) ;;
3234
abl.elf) ;;
3335
abl2esp-v7.elf) ;;
3436
aop.mbn) ;;
@@ -40,12 +42,11 @@ for xml in "$@"; do
4042
cpucp.elf) ;;
4143
cpucp_dtbs.elf) ;;
4244
dcd.mbn) ;;
43-
devcfg_iot.mbn) ;;
4445
devcfg.mbn) ;;
46+
devcfg_iot.mbn) ;;
4547
devcfg_rfcomm.mbn) ;;
46-
efi.bin) ;;
47-
DISK) ;;
4848
dtb.bin) ;;
49+
efi.bin) ;;
4950
emmc_appsboot.mbn) ;;
5051
featenabler.mbn) ;;
5152
fs_image_linux.tar.gz.mbn.img) ;;
@@ -57,8 +58,8 @@ for xml in "$@"; do
5758
keymint.mbn) ;;
5859
km4.mbn) ;;
5960
logfs_ufs_8mb.bin) ;;
60-
multi_image_qti.mbn) ;;
6161
multi_image.mbn) ;;
62+
multi_image_qti.mbn) ;;
6263
pdp.elf) ;;
6364
pdp_cdb.elf) ;;
6465
pmic.elf) ;;
@@ -80,14 +81,13 @@ for xml in "$@"; do
8081
storsec.mbn) ;;
8182
tools.fv) ;;
8283
tz.mbn) ;;
83-
uefi_sec.mbn) ;;
8484
uefi.elf) ;;
85+
uefi_sec.mbn) ;;
86+
xbl.elf) ;;
8587
xbl_config.elf) ;;
8688
xbl_feature_config.elf) ;;
87-
xbl.elf) ;;
88-
XblRamdump.elf) ;;
89-
xbl_s_devprg_ns.melf) ;;
9089
xbl_s.melf) ;;
90+
xbl_s_devprg_ns.melf) ;;
9191
*)
9292
echo "Unknown ${file} referenced in ${xml}" >&2
9393
errors=1

0 commit comments

Comments
 (0)