HomeSort by: relevance | last modified time | path
    Searched refs:junit_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/
convert_junit_to_trs.py 61 "junit_file",
67 with args.junit_file.open(encoding="utf-8") as junit_file:
68 junit_xml = junit_file.read()
custom-test-driver 57 junit_file= # Where to save pytest junit output.
82 junit_file=$(echo $trs_file | sed 's/\.trs$/\.xml/')
135 do_exit='rm -f $log_file $trs_file $junit_file; (exit $st); exit $st'
143 "$@" --junit-xml $PWD/$junit_file 2>&1 | tee $log_file
145 "$@" --junit-xml $PWD/$junit_file >$log_file 2>&1
149 ./convert_junit_to_trs.py $junit_file >$trs_file

Completed in 20 milliseconds