improve report collection

pull/8141/head
Jan Tattermusch 9 years ago
parent 9c79e8de96
commit ba5196acdd
  1. 3
      tools/run_tests/dockerize/docker_run_tests.sh

@ -63,6 +63,7 @@ echo '</body></html>' >> index.html
cd ..
zip -r reports.zip reports
find . -name report.xml | xargs zip reports.zip
find . -name report.xml | xargs -r zip reports.zip
find . -name 'report_*.xml' | xargs -r zip reports.zip
exit $exit_code

Loading…
Cancel
Save