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

  /src/external/mpl/bind/dist/bin/tests/system/
custom-test-driver 57 junit_file= # Where to save pytest junit output.
143 "$@" --junit-xml $PWD/$junit_file 2>&1 | tee $log_file
145 "$@" --junit-xml $PWD/$junit_file >$log_file 2>&1
148 # Run junit to trs converter script.
  /src/external/mpl/bind/dist/bin/tests/
convert_trs_to_junit.py 7 # Convert automake .trs files into JUnit format suitable for Gitlab
92 # https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/lib/gitlab/ci/parsers/test/junit.rb
133 "them into JUnit XML suitable for Gitlab. Paths in the "
142 junit = gen_junit(walk_trss(args.top_directory))
145 xml = ElementTree.tostring(junit, "utf-8")

Completed in 24 milliseconds