Changeset 16628
- Timestamp:
- 11/06/13 11:58:16 (12 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r16626 r16628 316 316 do 317 317 test=`awk "/starting:$i/{flag=1;next}/finished/{flag=0} flag{print}" matlab_log.log` 318 juLog - name=Error -error=ERROR echo $test319 juLog - name=Failure -error=FAILURE echo $test320 done 321 #}}} 318 juLog -test $i -name=Error -error=ERROR echo $test 319 juLog -test $i -name=Failure -error=FAILURE echo $test 320 done 321 #}}} -
issm/trunk-jpl/jenkins/linux64_murdo
r16627 r16628 73 73 # - "yes" compile ISSM 74 74 # - "no" do not compile ISSM 75 ISSM_COMPILATION=" yes"75 ISSM_COMPILATION="no" 76 76 77 77 #----------------------#
Note:
See TracChangeset
for help on using the changeset viewer.