[PATCH i-g-t 03/10] scripts/xls_to_doc.py: be clearer when ignoring a value in verbose mode
Kamil Konieczny
kamil.konieczny at linux.intel.com
Thu Mar 14 15:27:46 UTC 2024
Hi Mauro,
On 2024-03-14 at 11:29:12 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> Print what value was not changed because it is duplicated.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> scripts/xls_to_doc.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/xls_to_doc.py b/scripts/xls_to_doc.py
> index bd14320a3bce..5e79a725c1d3 100755
> --- a/scripts/xls_to_doc.py
> +++ b/scripts/xls_to_doc.py
> @@ -298,7 +298,7 @@ class FillTests(TestList):
> continue
> if doc_value == value:
> if self.verbose > 1:
> - print(f"{testname}@{subtest} field {field}: Value unchanged. Ignoring it")
> + print(f"{testname}@{subtest} field {field}: Value unchanged: {value}. Ignoring it")
> continue
>
> if self.verbose > 0:
> --
> 2.43.2
>
More information about the igt-dev
mailing list