Last change
on this file since 26740 was 26740, checked in by Mathieu Morlighem, 3 years ago |
CHG: added 25834-26739
|
File size:
899 bytes
|
Rev | Line | |
---|
[26740] | 1 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 25926)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 25927)
|
---|
| 5 | @@ -496,9 +496,9 @@
|
---|
| 6 | numtests=`cat matlab_log_examples.log | grep "starting: " | wc -l`
|
---|
| 7 | testlist=`cat matlab_log_examples.log | grep "starting: " | sed 's/starting: //'`
|
---|
| 8 |
|
---|
| 9 | - echo "Processing: $numtests"
|
---|
| 10 | for i in `echo $testlist`; do
|
---|
| 11 | - juLog -test=Example-$i -name=Error -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
|
---|
| 12 | + juLog -test=Example-$i -name=Error -error=ERROR awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
|
---|
| 13 | + juLog -test=Example-$i -name=Failure -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
|
---|
| 14 | done
|
---|
| 15 | fi
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.