source: issm/oecreview/Archive/25834-26739/ISSM-25926-25927.diff@ 26740

Last change on this file since 26740 was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 899 bytes
  • ../trunk-jpl/jenkins/jenkins.sh

     
    496496        numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l`
    497497        testlist=`cat matlab_log_examples.log | grep "starting: " | sed 's/starting: //'`
    498498
    499         echo "Processing: $numtests"
    500499        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
    502502        done
    503503fi
    504504
Note: See TracBrowser for help on using the repository browser.