aboutsummaryrefslogtreecommitdiff
path: root/tests/acpi-test-data
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-10-15 09:45:45 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-11-02 12:03:04 +0200
commit904757916150574747683d3000c978cd30291096 (patch)
treed18cf7acd10063272576e63c4af26a86b86658d3 /tests/acpi-test-data
parent1e06f131fd9a44dd4af223875660802fd2a3441f (diff)
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-xtests/acpi-test-data/rebuild-expected-aml.sh6
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" \