Ioana Ciornei <[email protected]> writes:
> On Fri, Feb 27, 2026 at 04:45:47PM +0100, Petr Machata wrote: >> >> Ioana Ciornei <[email protected]> writes: >> >> > + for i in "${!counters[@]}"; do >> >> There should be a RET=0 here, so that the check_err below gets a clean slate. > > You want me to move the RET=0 from some lines below to here, right? My bad, I missed that there is a RET=0 below. Keep it as it is.

