Changeset 25927


Ignore:
Timestamp:
01/05/21 13:32:15 (4 years ago)
Author:
jdquinn
Message:

BUG: Corrected handling of examples tests logs

File:
1 edited

Legend:

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

    r25926 r25927  
    497497        testlist=`cat matlab_log_examples.log | grep "starting: " | sed 's/starting: //'`
    498498
    499         echo "Processing: $numtests"
    500499        for i in `echo $testlist`; do
    501                 juLog -test=Example-$i -name=Error -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
     500                juLog -test=Example-$i -name=Error -error=ERROR awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
     501                juLog -test=Example-$i -name=Failure -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
    502502        done
    503503fi
Note: See TracChangeset for help on using the changeset viewer.