Skip to content

Commit

Permalink
more fixes to svg generation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed May 28, 2016
1 parent 28405d8 commit 9e139b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/LibraryCoverageTrend.sh
Expand Up @@ -38,7 +38,7 @@ echo "<html><head><title>OpenModelica - Detailed Library Coverage Trend Overview
echo "<center>" >> $OUT
echo "<h2>OpenModelica Detailed Library Coverage Overview ran each night by <a href="/hudson/view/Library%20Testing/">Hudson</a></h2><br/><b>$SDATE</b>" >> $OUT
echo "<hr />" >> $OUT
for f in history/*-trend-detailed.svg; do
for f in history/*/*-trend-detailed.svg; do
# Filter out entries <10 days old. New entries will appear the day after this run!
if test `find "$f" \( ! -mmin +14400 \)`; then
IMG=$f
Expand Down

0 comments on commit 9e139b9

Please sign in to comment.