From: Paolo Bonzini Date: Wed, 15 Oct 2014 07:45:45 +0000 (+0200) Subject: tests: fix rebuild-expected-aml.sh for acpi-test rename X-Git-Tag: v2.2.0-rc0~10^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=904757916150574747683d3000c978cd30291096;p=thirdparty%2Fqemu.git tests: fix rebuild-expected-aml.sh for acpi-test rename This is now called bios-tables-test. Signed-off-by: Paolo Bonzini Acked-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/acpi-test-data/rebuild-expected-aml.sh b/tests/acpi-test-data/rebuild-expected-aml.sh index ab98498884d..11bf7439142 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" \