Two reasons for this:
* An empty run is not a failure, but "Empty" is kind of distracting
in the output.
* It is useful, if you just kicked a sync, to see that it ran in the output of
`status`, even if it was empty.
$max{state} = length($s->{state}) if length($s->{state}) > $max{state};
next;
}
+ if ($wintype eq 'empty') {
+ # Empty is good, as far as status is concerned.
+ $s->{rowgood} = $s->{latestrow};
+ $wintype = 'good';
+ }
$s->{state} = ucfirst $wintype;
}