source:
issm/oecreview/Archive/13393-13976/ISSM-13712-13713.diff
Last change on this file was 13980, checked in by , 12 years ago | |
---|---|
File size: 759 bytes |
-
../trunk-jpl/scripts/report.sh
274 274 END 275 275 #}}} 276 276 fi 277 if [ $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 #}}} 292 fi 277 293 if [ -s petscerror.log ]; then 278 294 #PETSc{{{ 279 295 cat << END >> report.html
Note:
See TracBrowser
for help on using the repository browser.