public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] tools/genhtml.pl: Add deprecated warning
@ 2024-09-03 12:46 Petr Vorel
  2024-09-03 12:46 ` [LTP] [PATCH 2/2] runltp: Print deprecated warnings to STDERR Petr Vorel
  2024-09-03 14:18 ` [LTP] [PATCH 1/2] tools/genhtml.pl: Add deprecated warning Cyril Hrubis
  0 siblings, 2 replies; 5+ messages in thread
From: Petr Vorel @ 2024-09-03 12:46 UTC (permalink / raw)
  To: ltp; +Cc: automated-testing

Script will be removed. People which want to have statistics should use
LTP runner kirk.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 tools/genhtml.pl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/genhtml.pl b/tools/genhtml.pl
index 5a9256500e..79c178d014 100644
--- a/tools/genhtml.pl
+++ b/tools/genhtml.pl
@@ -87,6 +87,11 @@ sub get_background_colour_column() {
     }
 }
 
+print STDERR "-------------------------------------------------\n";
+print STDERR "INFO: genhtml.pl script is deprecated, try kirk\n";
+print STDERR "(new LTP runner which also generates JSON output)\n";
+print STDERR "https://github.com/linux-test-project/kirk\n";
+print STDERR "-------------------------------------------------\n";
 
 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") {
 	syntax();
-- 
2.45.2


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-09-03 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 12:46 [LTP] [PATCH 1/2] tools/genhtml.pl: Add deprecated warning Petr Vorel
2024-09-03 12:46 ` [LTP] [PATCH 2/2] runltp: Print deprecated warnings to STDERR Petr Vorel
2024-09-03 13:00   ` Avinesh Kumar
2024-09-03 14:18 ` [LTP] [PATCH 1/2] tools/genhtml.pl: Add deprecated warning Cyril Hrubis
2024-09-03 14:30   ` Petr Vorel

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