[LTP] [PATCH 1/1] docparse: s/Tags/Tag/
Petr Vorel
pvorel@suse.cz
Thu May 20 17:49:53 CEST 2021
Because allother header cells are singular.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
docparse/testinfo.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docparse/testinfo.pl b/docparse/testinfo.pl
index 6e05982e5..c11064c05 100755
--- a/docparse/testinfo.pl
+++ b/docparse/testinfo.pl
@@ -428,7 +428,7 @@ sub content_all_tests
for my $tag (@sorted_tags) {
if (!defined($tmp2)) {
- $content .= table . "|Tags|Info\n"
+ $content .= table . "|Tag|Info\n"
}
my $k = @$tag[0];
my $v = @$tag[1];
--
2.31.1
More information about the ltp
mailing list