projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964640d
)
report just the first error via RSS
author
Jason Etheridge
<jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:33:42 +0000
(15:33 -0500)
committer
Jason Etheridge
<jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:33:42 +0000
(15:33 -0500)
qa/test_output_webifier.pl
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
a42aa6b
..
971463f
100755
(executable)
--- a/
qa/test_output_webifier.pl
+++ b/
qa/test_output_webifier.pl
@@
-356,7
+356,9
@@
sub update_rss {
^;
}
my $fidx = 0;
- foreach my $f (split /\n/, $fail) {
+ my @F = (split /\n/, $fail);
+ my $f = $F[0];
+ if ($f) {
if ($f =~ /^(\d+) (\d+) (.+)$/) {
$f_subpage_count = $1;
$f_error_count = $2;