Changeset 25966


Ignore:
Timestamp:
02/01/21 23:10:19 (4 years ago)
Author:
jdquinn
Message:

CHG: perl to remove backspace chars from log

File:
1 edited

Legend:

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

    r25965 r25966  
    488488
    489489if [ $EXAMPLES_TEST -eq 1 ]; then
    490         # Inexplicably, there are backspace chars in the error output that are causing issues
    491         sed -i '.bak' 's/\x08//g' matlab_log_examples.log
     490        # Inexplicably, there are backspace characters in the error output; remove them
     491        perl -p -i'.bak' -e 's/\x08//g' matlab_log_examples.log
    492492
    493493        numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l`
Note: See TracChangeset for help on using the changeset viewer.