On Tue, Oct 04, 2022 at 03:14:03PM +0200, Gert Doering wrote:
> Introduce V=<nn> 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 testing code is streamlined.
> 
> v2:
>   replace indent tabs with spaces
>   change [ $V == 1 ] expression to [ $V = 1 ] (POSIXly correct)
> 

Acked-By: Frank Lichtenheld <fr...@lichtenheld.com>

-- 
  Frank Lichtenheld



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to