projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500eb6d
)
tests/rebuild-expected-aml.sh: blow out difflist
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 16 Jun 2019 20:43:03 +0000
(16:43 -0400)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/tests/data/acpi/rebuild-expected-aml.sh
b/tests/data/acpi/rebuild-expected-aml.sh
index d2853218dd18902662f93d79dffb378387e0eae7..f89d4624bc7c70c26e7f56851584e67a5527eb26 100755
(executable)
--- 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."