source:
issm/oecreview/Archive/25834-26739/ISSM-25926-25927.diff@
26740
Last change on this file since 26740 was 26740, checked in by , 3 years ago | |
---|---|
File size: 899 bytes |
-
../trunk-jpl/jenkins/jenkins.sh
496 496 numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l` 497 497 testlist=`cat matlab_log_examples.log | grep "starting: " | sed 's/starting: //'` 498 498 499 echo "Processing: $numtests"500 499 for i in `echo $testlist`; do 501 juLog -test=Example-$i -name=Error -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log 500 juLog -test=Example-$i -name=Error -error=ERROR awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log 501 juLog -test=Example-$i -name=Failure -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log 502 502 done 503 503 fi 504 504
Note:
See TracBrowser
for help on using the repository browser.