Skip to content
Snippets Groups Projects
Commit 61059d3d authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Generate html reports always.

parent 9f4554ef
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,9 @@ rvm use ruby-2.1 ...@@ -48,7 +48,9 @@ rvm use ruby-2.1
mkdir -p reports mkdir -p reports
$RUN_TESTS_COMMAND exit_code=0
$RUN_TESTS_COMMAND || exit_code=$?
cd reports cd reports
echo '<html><head></head><body>' > index.html echo '<html><head></head><body>' > index.html
...@@ -61,3 +63,5 @@ echo '</body></html>' >> index.html ...@@ -61,3 +63,5 @@ echo '</body></html>' >> index.html
cd .. cd ..
zip -r reports.zip reports zip -r reports.zip reports
exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment