Re: [Openvpn-devel] [PATCH v2] denoise tests/t_lpback.sh

2022-10-05 Thread Frank Lichtenheld
On Tue, Oct 04, 2022 at 03:14:03PM +0200, Gert Doering wrote: > Introduce V= levels to t_lpback.sh self test > > V=0 - do not print any output at all > V=1 - print intro line, summary at end, and "FAIL"+Log for failing tests > V=99 - print everything + summary > > code-wise, introduce test_s

[Openvpn-devel] [PATCH v2] denoise tests/t_lpback.sh

2022-10-04 Thread Gert Doering
Introduce V= levels to t_lpback.sh self test V=0 - do not print any output at all V=1 - print intro line, summary at end, and "FAIL"+Log for failing tests V=99 - print everything + summary code-wise, introduce test_start() / test_end() functions which do the $? check as well, so the actual t