Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Katarzyna Dec <katarzyna.dec@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v3 3/3] scripts/test_list.py: enforce mandatory fields to be filled
Date: Wed,  6 Sep 2023 09:23:37 +0000	[thread overview]
Message-ID: <20230906092337.79673-4-katarzyna.dec@intel.com> (raw)
In-Reply-To: <20230906092337.79673-1-katarzyna.dec@intel.com>

If they won't be filled, compilation will break.

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 4cd976c8d..f467f534f 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1027,7 +1027,7 @@ class TestList:
         if run_missing:
             for test_name in run_missing:
                 print(f'Warning: Missing documentation for {test_name}')
-        if doc_uneeded or run_missing:
+        if doc_uneeded or run_missing or missing_mandatory_fields:
             sys.exit(1)
 
     #
-- 
2.34.1

  parent reply	other threads:[~2023-09-06  9:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06  9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
2023-09-06  9:23 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests Katarzyna Dec
2023-09-06  9:23 ` [igt-dev] [PATCH i-g-t v3 2/3] test/xe: Clean up of test documentation Katarzyna Dec
2023-09-06  9:23 ` Katarzyna Dec [this message]
2023-09-06 10:50 ` [igt-dev] ✓ Fi.CI.BAT: success for IGT XE documentation cleanup (rev3) Patchwork
2023-09-06 14:22 ` [igt-dev] ✗ 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=20230906092337.79673-4-katarzyna.dec@intel.com \
    --to=katarzyna.dec@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