[PATCH i-g-t v2 1/8] scripts/test_list.py: fix a typo on default-if-not-excluded
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Fri Feb 9 11:49:50 UTC 2024
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>
---
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