[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/5] bios-tables-test: fix path to allowed diff
From: |
Laurent Vivier |
Subject: |
Re: [PATCH 4/5] bios-tables-test: fix path to allowed diff |
Date: |
Wed, 22 Jan 2020 09:51:54 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 22/01/2020 09:06, Michael S. Tsirkin wrote:
> Fixes: 1e8a1fae7464 ("test: Move qtests to a separate directory")
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
> tests/qtest/bios-tables-test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index 6ec1c5be64..6535ab7f04 100644
> --- a/tests/qtest/bios-tables-test.c
> +++ b/tests/qtest/bios-tables-test.c
> @@ -21,7 +21,7 @@
> * in binary commit created in step 6):
> *
> * After 1-3 above tests will pass but ignore differences with the expected
> files.
> - * You will also notice that tests/bios-tables-test-allowed-diff.h lists
> + * You will also notice that tests/qtest/bios-tables-test-allowed-diff.h
> lists
> * a bunch of files. This is your hint that you need to do the below:
> * 4. Run
> * make check V=1
>
Reviewed-by: Laurent Vivier <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