tests: fix rebuild-expected-aml.sh for acpi-test rename
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Oct 2014 07:45:45 +0000 (09:45 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 2 Nov 2014 10:03:04 +0000 (12:03 +0200)
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>
tests/acpi-test-data/rebuild-expected-aml.sh

index ab98498..11bf743 100755 (executable)
@@ -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" \