Lines Matching refs:opt_str
350 local opt_str=$1; shift
354 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result"
372 local opt_str=$1; shift
374 log_test_result "$test_name" "$opt_str" " OK "
380 local opt_str=$1; shift
382 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"
389 local opt_str=$1; shift
391 log_test_result "$test_name" "$opt_str" XFAIL "$retmsg"
398 local opt_str=$1; shift
400 log_test_result "$test_name" "$opt_str" SKIP "$retmsg"
406 local opt_str=$2
409 opt_str="($opt_str)"
413 handle_test_result_pass "$test_name" "$opt_str"
415 handle_test_result_xfail "$test_name" "$opt_str"
417 handle_test_result_skip "$test_name" "$opt_str"
419 handle_test_result_fail "$test_name" "$opt_str"