source: issm/oecreview/Archive/13393-13976/ISSM-13712-13713.diff@ 13980

Last change on this file since 13980 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 759 bytes
  • ../trunk-jpl/scripts/report.sh

     
    274274END
    275275#}}}
    276276fi
     277if [ $IS_PYTHON -eq 1 ] && [ -s pythonerror.log ]; then
     278        #Python {{{
     279        cat << END >> report.html
     280        <table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
     281        <table $PYTHON_STYLE><tr><td $PYTHON_FONT>
     282        <pre style="
     283        white-space: -moz-pre-wrap;
     284        white-space: -pre-wrap;
     285        white-space: -o-pre-wrap;
     286        white-space: pre-wrap;
     287        word-wrap: break-word;
     288        ">$(cat pythonerror.log)</pre>
     289        </td></tr></table>
     290        END
     291        #}}}
     292fi
    277293if [ -s petscerror.log ]; then
    278294        #PETSc{{{
    279295cat << END >> report.html
Note: See TracBrowser for help on using the repository browser.