From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 410E010E1A5 for ; Wed, 6 Sep 2023 08:59:43 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Wed, 6 Sep 2023 14:21:35 +0530 Message-Id: <20230906085135.1724832-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t] scripts/test_list: Add test_documentation ref to the logs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: For new IGT users, it's helpful to have the ref (in case of missing documentation) in IGT logs to refer igt documentation page. Example log: Warning: Missing documentation for igt@kms_color@degamma Warning: Missing documentation for igt@kms_flip@basic-plain-flip Please refer: docs/test_documentation.md for more details Cc: Mauro Carvalho Chehab Signed-off-by: Bhanuprakash Modem --- scripts/test_list.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test_list.py b/scripts/test_list.py index 4cd976c8d..2171f8b50 100644 --- a/scripts/test_list.py +++ b/scripts/test_list.py @@ -1027,6 +1027,8 @@ class TestList: if run_missing: for test_name in run_missing: print(f'Warning: Missing documentation for {test_name}') + print(f'Please refer: docs/test_documentation.md for more details') + if doc_uneeded or run_missing: sys.exit(1) -- 2.40.0