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
RevLine 
[13980]1Index: ../trunk-jpl/scripts/report.sh
2===================================================================
3--- ../trunk-jpl/scripts/report.sh (revision 13712)
4+++ ../trunk-jpl/scripts/report.sh (revision 13713)
5@@ -274,6 +274,22 @@
6 END
7 #}}}
8 fi
9+if [ $IS_PYTHON -eq 1 ] && [ -s pythonerror.log ]; then
10+ #Python {{{
11+ cat << END >> report.html
12+ <table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
13+ <table $PYTHON_STYLE><tr><td $PYTHON_FONT>
14+ <pre style="
15+ white-space: -moz-pre-wrap;
16+ white-space: -pre-wrap;
17+ white-space: -o-pre-wrap;
18+ white-space: pre-wrap;
19+ word-wrap: break-word;
20+ ">$(cat pythonerror.log)</pre>
21+ </td></tr></table>
22+ END
23+ #}}}
24+fi
25 if [ -s petscerror.log ]; then
26 #PETSc{{{
27 cat << END >> report.html
Note: See TracBrowser for help on using the repository browser.