[LTP] [PATCH v4 1/5] tst_test.sh: Use LTP_TIMEOUT_MUL in TST_RETRY_FN()
Petr Vorel
pvorel@suse.cz
Mon Oct 21 14:42:22 CEST 2019
Hi Clemens,
...
> + tst_multiply_timeout tst_sec
> +
> if [ $# -ne 3 ]; then
> tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF expects 3 parameters"
> fi
> @@ -376,16 +378,12 @@ _tst_rescmp()
> fi
> }
> -
> -_tst_setup_timer()
> +tst_multiply_timeout()
This is a private function, it should be called '_tst_multiply_timeout'.
This can be changed by person who merges the patchset.
Kind regards,
Petr
More information about the ltp
mailing list