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>
This commit is contained in:
parent
1e06f131fd
commit
9047579161
@ -23,13 +23,13 @@ else
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "tests/acpi-test" ]; then
|
if [ ! -e "tests/bios-tables-test" ]; then
|
||||||
echo "Test: acpi-test is required! Run make check before this script."
|
echo "Test: bios-tables-test is required! Run make check before this script."
|
||||||
echo "Run this script from the build directory."
|
echo "Run this script from the build directory."
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
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 "The files were rebuilt and can be added to git."
|
||||||
echo "However, if new files were created, please copy them manually" \
|
echo "However, if new files were created, please copy them manually" \
|
||||||
|
Loading…
Reference in New Issue
Block a user