Skip to content

Commit

Permalink
Output a nice trend overview
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 1, 2013
1 parent ce460a3 commit d480f16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Examples/BuildModelTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,10 @@ MONTH=`ls "$OLD/${SECTION}"*.html | tail -n28 | head -n1`
"$TRUNK"/Examples/BuildModelRecursiveDiff.sh "$WEEK" "$CUR" > "$PUB/MSL_old/${SECTION}-diff-week.txt"
"$TRUNK"/Examples/BuildModelRecursiveDiff.sh "$MONTH" "$CUR" > "$PUB/MSL_old/${SECTION}-diff-month.txt"
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`
echo "<p><img src=\"MSL_old/$SHORTNAME-trend.svg\" /></p>"
done;
echo "</body></html>") > "$PUB/trend.html"

0 comments on commit d480f16

Please sign in to comment.