Lines Matching refs:trs_file
61 # TODO: $log_file, $trs_file and $test_name are defined).
64 trs_file= # Where to save the metadata of the test run.
77 --trs-file) trs_file=$2; shift;;
149 -v trs_file="$trs_file" \
477 print ":global-test-result: " get_global_test_result() > trs_file
478 print ":recheck: " yn(must_recheck()) > trs_file
479 print ":copy-in-global-log: " yn(copy_in_global_log()) > trs_file
481 print ":test-result: " test_results_list[i] > trs_file
482 close(trs_file);