diff options
author | Paolo Bonzini | 2014-10-15 09:45:45 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2014-11-02 11:03:04 +0100 |
commit | 904757916150574747683d3000c978cd30291096 (patch) | |
tree | d18cf7acd10063272576e63c4af26a86b86658d3 /tests/acpi-test-data | |
parent | intel_iommu: fix VTD_SID_TO_BUS (diff) | |
download | qemu-904757916150574747683d3000c978cd30291096.tar.gz qemu-904757916150574747683d3000c978cd30291096.tar.xz qemu-904757916150574747683d3000c978cd30291096.zip |
tests: fix rebuild-expected-aml.sh for acpi-test rename
This is now called bios-tables-test.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/acpi-test-data')
-rwxr-xr-x | tests/acpi-test-data/rebuild-expected-aml.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acpi-test-data/rebuild-expected-aml.sh b/tests/acpi-test-data/rebuild-expected-aml.sh index ab98498884..11bf743914 100755 --- a/tests/acpi-test-data/rebuild-expected-aml.sh +++ b/tests/acpi-test-data/rebuild-expected-aml.sh @@ -23,13 +23,13 @@ else exit 1; fi -if [ ! -e "tests/acpi-test" ]; then - echo "Test: acpi-test is required! Run make check before this script." +if [ ! -e "tests/bios-tables-test" ]; then + echo "Test: bios-tables-test is required! Run make check before this script." echo "Run this script from the build directory." exit 1; fi -TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/acpi-test +TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/bios-tables-test echo "The files were rebuilt and can be added to git." echo "However, if new files were created, please copy them manually" \ |