source: issm/oecreview/Archive/12678-13393/ISSM-12767-12768.diff

Last change on this file was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 1.1 KB
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/scripts/report.sh
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/scripts/report.sh (revision 12767)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/scripts/report.sh (revision 12768)
5@@ -18,6 +18,7 @@
6
7 #Process matlab_log.log
8 cat matlab_log.log | egrep 'ERROR|SUCCESS|FAILURE' | grep -v "PETSC" | sed -e "s/>/\&gt;/g" | sed -e "s/</\&lt;/g" > matlab.log
9+cat matlab.log | grep -v "SUCCESS" > matlab_short.log
10 cat matlab_log.log | grep "PETSC" | sed -e "s/>/\&gt;/g" | sed -e "s/</\&lt;/g" > petscerror.log
11 NUM_TOT=`wc -l matlab.log | awk '{print $1}'`
12 NUM_ERR=`cat matlab.log | grep 'ERROR' | grep -v "PETSC" | wc -l`
13@@ -131,7 +132,7 @@
14 <th $(echo $BODY_FONT)>Test name</th>
15 <th $(echo $BODY_FONT)>Field checked</th>
16 </tr>
17-$(cat matlab.log | while read line
18+$(cat matlab_short.log | while read line
19 do
20 echo "<tr>"
21
22@@ -166,9 +167,7 @@
23 fi
24
25 fi
26-
27 echo "</tr>"
28-
29 done
30 )
31 </table>
Note: See TracBrowser for help on using the repository browser.