Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
545 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 21120)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 21121)
|
---|
| 5 | @@ -405,7 +405,11 @@
|
---|
| 6 | fi
|
---|
| 7 | if [ $EXAMPLES_TEST -eq 1 ];
|
---|
| 8 | then
|
---|
| 9 | + # Inexplicably, there are backspace chars in the error output that are causing issues
|
---|
| 10 | + $SED -i.bak 's///g' $FILE
|
---|
| 11 | +
|
---|
| 12 | numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l`
|
---|
| 13 | +
|
---|
| 14 | echo "Processing: $numtests"
|
---|
| 15 | counter=0;
|
---|
| 16 | while [ $counter -lt $numtests ];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.