diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-06-16 16:43:03 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-06-16 16:44:44 -0400 |
commit | 5f6b3561bf58395fd6c906d7064a1a5693a2e426 (patch) | |
tree | 2a8b7f45243836c1a9f565dba6006592d4dff7fd /tests/data | |
parent | 500eb6db5b5baef3f642415cdeb4b3e728537f81 (diff) |
tests/rebuild-expected-aml.sh: blow out difflist
As expected files have been updated, make sure we
do not forget to remove them from the allowed
diff list.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data')
-rwxr-xr-x | tests/data/acpi/rebuild-expected-aml.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/acpi/rebuild-expected-aml.sh b/tests/data/acpi/rebuild-expected-aml.sh index d2853218dd..f89d4624bc 100755 --- a/tests/data/acpi/rebuild-expected-aml.sh +++ b/tests/data/acpi/rebuild-expected-aml.sh @@ -29,5 +29,8 @@ for qemu in $qemu_bins; do TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/bios-tables-test done +eval `grep SRC_PATH= config-host.mak` + +echo '/* List of comma-separated changed AML files to ignore */' > ${SRC_PATH}/tests/bios-tables-test-allowed-diff.h echo "The files were rebuilt and can be added to git." |