Lines Matching refs:_tst_i
657 local _tst_i
665 for _tst_i in $(grep '^[^#]*\bTST_' "$TST_TEST_PATH" | sed "s/.*TST_//; s/$_tst_pattern//"); do
666 case "$_tst_i" in
682 *) tst_res TWARN "Reserved variable TST_$_tst_i used!";;
686 for _tst_i in $(grep '^[^#]*\b_tst_' "$TST_TEST_PATH" | sed "s/.*_tst_//; s/$_tst_pattern//"); do
687 tst_res TWARN "Private variable or function _tst_$_tst_i used!"
780 local _tst_i=$TST_ITERATIONS
799 while [ $_tst_i -gt 0 ]; do
810 _tst_i=$((_tst_i-1))
825 local _tst_i
828 for _tst_i in $(seq ${TST_CNT:-1}); do
830 _tst_run_test "$TST_TESTFUNC$_tst_i" $_tst_i "$_tst_data"
832 _tst_run_test "$TST_TESTFUNC" $_tst_i "$_tst_data"