Changeset 13713


Ignore:
Timestamp:
10/17/12 13:17:56 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: Added python error report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/report.sh

    r13708 r13713  
    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{{{
Note: See TracChangeset for help on using the changeset viewer.