source: issm/oecreview/Archive/20545-21336/ISSM-21120-21121.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

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

     
    405405fi
    406406if [ $EXAMPLES_TEST -eq 1 ];
    407407then
     408        # Inexplicably, there are backspace chars in the error output that are causing issues
     409        $SED -i.bak 's///g' $FILE
     410
    408411        numtests=`cat matlab_log_examples.log  | grep "starting: " | wc -l`
     412
    409413        echo "Processing: $numtests"
    410414        counter=0;
    411415        while [ $counter -lt $numtests ];
Note: See TracBrowser for help on using the repository browser.