Index: ../trunk-jpl/jenkins/jenkins.sh =================================================================== --- ../trunk-jpl/jenkins/jenkins.sh (revision 21120) +++ ../trunk-jpl/jenkins/jenkins.sh (revision 21121) @@ -405,7 +405,11 @@ fi if [ $EXAMPLES_TEST -eq 1 ]; then + # Inexplicably, there are backspace chars in the error output that are causing issues + $SED -i.bak 's///g' $FILE + numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l` + echo "Processing: $numtests" counter=0; while [ $counter -lt $numtests ];