diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-01-22 02:20:36 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-02-25 08:23:18 -0500 |
commit | a7b4384fefbd1cbe05c8fd10fe06de8c4fdc2792 (patch) | |
tree | 625a45ec186c3ca545a62b0c9f4259469ca990ce /tests | |
parent | 9a8abceb5f01d1066d3a1ac5a33aabcbaeec1860 (diff) | |
download | qemu-a7b4384fefbd1cbe05c8fd10fe06de8c4fdc2792.zip qemu-a7b4384fefbd1cbe05c8fd10fe06de8c4fdc2792.tar.gz qemu-a7b4384fefbd1cbe05c8fd10fe06de8c4fdc2792.tar.bz2 |
bios-tables-test: tell people how to update
For now just a pointer to the source file.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/bios-tables-test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index b4752c6..9c3c468 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -426,7 +426,9 @@ static void test_acpi_asl(test_data *data) fprintf(stderr, "acpi-test: Warning! %.4s binary file mismatch. " - "Actual [aml:%s], Expected [aml:%s].\n", + "Actual [aml:%s], Expected [aml:%s].\n" + "See source file tests/qtest/bios-tables-test.c " + "for instructions on how to update expected files.\n", exp_sdt->aml, sdt->aml_file, exp_sdt->aml_file); all_tables_match = all_tables_match && |