Hi Mimi, ... > > > + exec 3< $LOG || tst_brk TBROK "failed to read log file" > > > tst_res TINFO "using log $LOG" > > If you don't mind, I would reverse the order to get info about which log is > > used: > > tst_res TINFO "using log $LOG" > > exec 3< $LOG || tst_brk TBROK "failed to read log file" > Oh, I see what you mean. All of the TINFO come first and then an error, if > there is one. That's fine. Good. Merged this patch. Kind regards, Petr