Skip to content

Commit

Permalink
Also export png-files of the trend
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 7, 2013
1 parent 3df253e commit c94cd58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/BuildModelTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ done > "$PUB/MSL_old/history.txt"
(echo "<html><head><title>Coverage trend overview</title><body>";
for lib in "$@"; do
SHORTNAME=`echo $lib | cut -d, -f1`
rsvg-convert -o "MSL_old/$SHORTNAME-trend.png" "MSL_old/$SHORTNAME-trend.png"
echo "<p><img src=\"MSL_old/$SHORTNAME-trend.svg\" /></p>"
done;
echo "</body></html>") > "$PUB/trend.html"

0 comments on commit c94cd58

Please sign in to comment.