summary refs log tree commit diff stats
path: root/tests/data
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2024-11-04 09:11:46 -0500
committerMichael S. Tsirkin <mst@redhat.com>2024-11-04 16:03:24 -0500
commitfeb58e3b261db503ade94c5f43ccedeee4eac41f (patch)
tree7e1e9bd1fd679f8d93a80ac8943bd17fa5fdde48 /tests/data
parent3f98408e2e4fb1792102aed2cd5425aa0e34cc9c (diff)
downloadfocaccia-qemu-feb58e3b261db503ade94c5f43ccedeee4eac41f.tar.gz
focaccia-qemu-feb58e3b261db503ade94c5f43ccedeee4eac41f.zip
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" <sunilvl@ventanamicro.com>
Message-ID: <ce456091058734b7f765617ac5dfeebcb366d4a9.1730729695.git.mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'tests/data')
-rwxr-xr-xtests/data/acpi/disassemle-aml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/acpi/disassemle-aml.sh b/tests/data/acpi/disassemle-aml.sh
index 253b7620a0..89561d233d 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