Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
0d521eb7
by Emanuele Rocca at 2025-09-27T15:59:08+00:00
1 changed file:
Changes:
... | ... | @@ -83,7 +83,9 @@ my $missing = scalar @undeclared; |
83 | 83 | my $total = scalar @testpaths;
|
84 | 84 | diag "$missing tests out of $total have no declared diagnostic value.";
|
85 | 85 | |
86 | -diag "Test with unknown purpose: $_" for @undeclared;
|
|
86 | +diag
|
|
87 | +"Test with unknown purpose: $_.\nAdd expected results to eval/hints, or 'Test-Against' to eval/desc\nSee also: t/recipes/README."
|
|
88 | + for @undeclared;
|
|
87 | 89 | |
88 | 90 | my $exceptions = List::Compare->new(\@undeclared, \@known_undeclared);
|
89 | 91 | my @unknown = $exceptions->get_Lonly;
|