Changeset 16628


Ignore:
Timestamp:
11/06/13 11:58:16 (12 years ago)
Author:
Eric.Larour
Message:

CHG: better name convention for juLogging

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

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

    r16626 r16628  
    316316do
    317317        test=`awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log`
    318         juLog  -name=Error -error=ERROR echo $test
    319         juLog  -name=Failure -error=FAILURE  echo $test
    320 done
    321 #}}}
     318        juLog  -test $i -name=Error -error=ERROR echo $test
     319        juLog  -test $i -name=Failure -error=FAILURE  echo $test
     320done
     321#}}}
  • issm/trunk-jpl/jenkins/linux64_murdo

    r16627 r16628  
    7373# - "yes" compile ISSM
    7474# - "no"  do not compile ISSM
    75 ISSM_COMPILATION="yes"
     75ISSM_COMPILATION="no"
    7676
    7777#----------------------#
Note: See TracChangeset for help on using the changeset viewer.