Home | History | Annotate | Download | only in utils

Lines Matching refs:trs_file

50 # TODO: $log_file, $trs_file and $test_name are defined).
53 trs_file= # Where to save the metadata of the test run.
66 --trs-file) trs_file=$2; shift;;
138 -v trs_file="$trs_file" \
469 print ":global-test-result: " get_global_test_result() > trs_file
470 print ":recheck: " yn(must_recheck()) > trs_file
471 print ":copy-in-global-log: " yn(copy_in_global_log()) > trs_file
473 print ":test-result: " test_results_list[i] > trs_file
474 close(trs_file);