Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] scripts/test_list: Drop logging out list of not compiled tests
@ 2024-09-23  8:05 Zbigniew Kempczyński
  2024-09-23 16:35 ` Dixit, Ashutosh
  2024-09-25 22:01 ` ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Zbigniew Kempczyński @ 2024-09-23  8:05 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Ashutosh Dixit, Christoph Manszewski

Logging out of not compiled tests looks like warning what is confusing.
Get rid of this printing to keep building steps clear.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: Christoph Manszewski <christoph.manszewski@intel.com>
---
 scripts/test_list.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/test_list.py b/scripts/test_list.py
index 40b6b7829b..867d284003 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1196,8 +1196,6 @@ class TestList:
         run_subtests = set(self.get_testlist())
 
         not_compiled = set(self.get_not_compiled())
-        for test_basename in not_compiled:
-            print(f"INFO: Found documentation for '{test_basename}' but no binary")
 
         # Compare sets
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-25 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23  8:05 [PATCH i-g-t] scripts/test_list: Drop logging out list of not compiled tests Zbigniew Kempczyński
2024-09-23 16:35 ` Dixit, Ashutosh
2024-09-25 22:01 ` ✗ Fi.CI.BAT: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox