Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t v3 1/8] scripts/test_list.py: fix a typo on default-if-not-excluded
Date: Fri,  9 Feb 2024 13:34:40 +0100	[thread overview]
Message-ID: <20240209123543.289204-2-mauro.chehab@linux.intel.com> (raw)
In-Reply-To: <20240209123543.289204-1-mauro.chehab@linux.intel.com>

From: Mauro Carvalho Chehab <mchehab@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@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


  reply	other threads:[~2024-02-09 12:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09 12:34 [PATCH i-g-t v3 0/8] Fix several issues when producing Intel CI testlists Mauro Carvalho Chehab
2024-02-09 12:34 ` Mauro Carvalho Chehab [this message]
2024-02-09 12:58   ` [PATCH i-g-t v3 1/8] scripts/test_list.py: fix a typo on default-if-not-excluded Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 2/8] scripts/igt_doc.py: better handle issues with empty testlists Mauro Carvalho Chehab
2024-02-09 13:00   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 3/8] scripts/igt_doc.py: handle empty run_type Mauro Carvalho Chehab
2024-02-09 13:01   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 4/8] scripts/igt_doc.py: only create dict if subtest will be added Mauro Carvalho Chehab
2024-02-09 13:04   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 5/8] scripts/igt_doc.py: better handle default gpu Mauro Carvalho Chehab
2024-02-09 13:08   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 6/8] scripts/igt_doc.py: remove some unused logic Mauro Carvalho Chehab
2024-02-09 13:10   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 7/8] scripts/igt_doc.py: simplify and cleanup tests_per_list logic Mauro Carvalho Chehab
2024-02-09 13:14   ` Kamil Konieczny
2024-02-09 12:34 ` [PATCH i-g-t v3 8/8] scripts/igt_doc.py: use an ancillary function to simplify the code Mauro Carvalho Chehab
2024-02-09 13:21   ` Kamil Konieczny
2024-02-09 13:22 ` ✓ CI.xeBAT: success for Fix several issues when producing Intel CI testlists (rev3) Patchwork
2024-02-09 13:26 ` ✓ Fi.CI.BAT: " Patchwork
2024-02-09 17:11 ` ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240209123543.289204-2-mauro.chehab@linux.intel.com \
    --to=mauro.chehab@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox