Changeset 16706


Ignore:
Timestamp:
11/11/13 21:39:15 (11 years ago)
Author:
Eric.Larour
Message:

CHG: process python logs

File:
1 edited

Legend:

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

    r16667 r16706  
    354354for i in `echo $testlist`
    355355do
    356         juLog  -test=$i -name=Error -error=ERROR awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log
    357         juLog  -test=$i -name=Failure -error=FAILURE awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log
    358 done
    359 #}}}
     356        juLog  -test=$i -name=Matlab.Error -error=ERROR awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log
     357        juLog  -test=$i -name=Matlab.Failure -error=FAILURE awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log
     358        juLog  -test=$i -name=Python.Error -error=ERROR awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" python_log.log
     359        juLog  -test=$i -name=Python.Failure -error=FAILURE awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" python_log.log
     360
     361done
     362#}}}
Note: See TracChangeset for help on using the changeset viewer.