Skip to content

Commit

Permalink
tools/genhtml.pl: Add deprecated warning
Browse files Browse the repository at this point in the history
Script will be removed. People which want to have statistics should use
LTP runner kirk.

Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Avinesh Kumar <[email protected]>
Reviewed-by: Cyril Hrubis <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Sep 3, 2024
1 parent 9966427 commit 90f6a97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/genhtml.pl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ ()
}
}

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();
Expand Down

0 comments on commit 90f6a97

Please sign in to comment.