Changeset 21121


Ignore:
Timestamp:
08/09/16 15:27:06 (9 years ago)
Author:
glperez
Message:

FIX: Backspace char finds its way into the Matlab output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r21120 r21121  
    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;
Note: See TracChangeset for help on using the changeset viewer.