Skip to content
Snippets Groups Projects
Commit 0b19470d authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

improve report collection

parent 3b0d092e
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ echo '</body></html>' >> index.html ...@@ -63,6 +63,7 @@ echo '</body></html>' >> index.html
cd .. cd ..
zip -r reports.zip reports 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 exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment