Lines Matching refs:opt_str
287 local opt_str=$1; shift
291 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result"
309 local opt_str=$1; shift
311 log_test_result "$test_name" "$opt_str" " OK "
317 local opt_str=$1; shift
319 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"
326 local opt_str=$1; shift
328 log_test_result "$test_name" "$opt_str" XFAIL "$retmsg"
335 local opt_str=$1; shift
337 log_test_result "$test_name" "$opt_str" SKIP "$retmsg"
343 local opt_str=$2
346 opt_str="($opt_str)"
350 handle_test_result_pass "$test_name" "$opt_str"
352 handle_test_result_xfail "$test_name" "$opt_str"
354 handle_test_result_skip "$test_name" "$opt_str"
356 handle_test_result_fail "$test_name" "$opt_str"