Changeset 16631


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

CHG: missing argument for juLog argument test

File:
1 edited

Legend:

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

    r16628 r16631  
    316316do
    317317        test=`awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log`
    318         juLog  -test $i -name=Error -error=ERROR echo $test
    319         juLog  -test $i -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#}}}
Note: See TracChangeset for help on using the changeset viewer.