[PATCH i-g-t] scripts/test_list: Drop logging out list of not compiled tests
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Mon Sep 23 08:05:20 UTC 2024
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 at intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: Christoph Manszewski <christoph.manszewski at 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
More information about the igt-dev
mailing list