[PATCH i-g-t v3 1/8] scripts/test_list.py: fix a typo on default-if-not-excluded
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Feb 9 12:58:42 UTC 2024
Hi Mauro,
On 2024-02-09 at 13:34:40 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> There is an extra hyphen there.
>
> Currenty, this is harmless, as such config attribut is not
> used anymore on current config files.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> scripts/test_list.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/test_list.py b/scripts/test_list.py
> index eeb452091fbf..69c830ca1539 100644
> --- a/scripts/test_list.py
> +++ b/scripts/test_list.py
> @@ -550,7 +550,7 @@ class TestList:
> if not update:
> continue
>
> - default_value = update.get("default--if-not-excluded")
> + default_value = update.get("default-if-not-excluded")
> append_value = update.get("append-value-if-not-excluded")
>
> testname = subtest_dict["_summary_"]
> --
> 2.43.0
>
More information about the igt-dev
mailing list