Changeset 25965
- Timestamp:
- 02/01/21 20:39:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r25964 r25965 489 489 if [ $EXAMPLES_TEST -eq 1 ]; then 490 490 # Inexplicably, there are backspace chars in the error output that are causing issues 491 sed -i '.bak' 's/ //g' matlab_log_examples.log491 sed -i '.bak' '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.