]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/rebuild-expected-aml.sh: blow out difflist
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 16 Jun 2019 20:43:03 +0000 (16:43 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 16 Jun 2019 20:44:44 +0000 (16:44 -0400)
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>
tests/data/acpi/rebuild-expected-aml.sh

index d2853218dd18902662f93d79dffb378387e0eae7..f89d4624bc7c70c26e7f56851584e67a5527eb26 100755 (executable)
@@ -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."