From: Michael S. Tsirkin Date: Mon, 4 Nov 2024 14:11:46 +0000 (-0500) Subject: acpi/disassemle-aml.sh: fix up after dir reorg X-Git-Tag: v9.2.0-rc0~17^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=feb58e3b261db503ade94c5f43ccedeee4eac41f;p=thirdparty%2Fqemu.git acpi/disassemle-aml.sh: fix up after dir reorg We moved expected files around, fix up the disassembler script. Fixes: 7c08eefcaf ("tests/data/acpi: Move x86 ACPI tables under x86/${machine} path") Fixes: 7434f90467 ("tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path") Cc: "Sunil V L" Message-ID: Signed-off-by: Michael S. Tsirkin Acked-by: Igor Mammedov --- diff --git a/tests/data/acpi/disassemle-aml.sh b/tests/data/acpi/disassemle-aml.sh index 253b7620a07..89561d233d2 100755 --- a/tests/data/acpi/disassemle-aml.sh +++ b/tests/data/acpi/disassemle-aml.sh @@ -14,7 +14,7 @@ while getopts "o:" arg; do esac done -for machine in tests/data/acpi/* +for machine in tests/data/acpi/*/* do if [[ ! -d "$machine" ]]; then