Changeset 25966
- Timestamp:
- 02/01/21 23:10:19 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r25965 r25966 488 488 489 489 if [ $EXAMPLES_TEST -eq 1 ]; then 490 # Inexplicably, there are backspace char s in the error output that are causing issues491 sed -i '.bak''s/\x08//g' matlab_log_examples.log490 # Inexplicably, there are backspace characters in the error output; remove them 491 perl -p -i'.bak' -e 's/\x08//g' matlab_log_examples.log 492 492 493 493 numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l`
Note:
See TracChangeset
for help on using the changeset viewer.