Searched refs:RETRIES (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/lib/
H A Dtest.sh154 # Function returns 0 if succeed in RETRIES times or the last retcode the cmd
159 local RETRIES=${2:-"3"}
160 local i=$RETRIES
173 tst_resm TINFO "Failed to execute '$cmd' after $RETRIES retries"

Completed in 123 milliseconds