[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] bios-tables-test: tell people how to update
From: |
Thomas Huth |
Subject: |
Re: [PATCH 1/5] bios-tables-test: tell people how to update |
Date: |
Wed, 22 Jan 2020 10:17:29 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 22/01/2020 09.05, Michael S. Tsirkin wrote:
> For now just a pointer to the source file.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
> tests/qtest/bios-tables-test.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index 3ab4872bd7..6b5f24bf62 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 &&
>
Reviewed-by: Thomas Huth <address@hidden>
- [PATCH 0/5] bios-tables-test: more documentation, Michael S. Tsirkin, 2020/01/22
- [PATCH 1/5] bios-tables-test: tell people how to update, Michael S. Tsirkin, 2020/01/22
- [PATCH 2/5] bios-tables-test: fix up DIFF generation, Michael S. Tsirkin, 2020/01/22
- [PATCH 3/5] bios-tables-test: default diff command, Michael S. Tsirkin, 2020/01/22
- [PATCH 4/5] bios-tables-test: fix path to allowed diff, Michael S. Tsirkin, 2020/01/22
- [PATCH 5/5] rebuild-expected-aml.sh: remind about the process, Michael S. Tsirkin, 2020/01/22