source: issm/oecreview/Archive/24684-25833/ISSM-25821-25822.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 533 bytes
  • ../trunk-jpl/jenkins/jenkins.sh

     
    548548        done
    549549
    550550        # Check that MATLAB did not exit in error
    551         matlabExitedInError=`grep -E "Activation cannot proceed|license" matlab_log.log | wc -l`
     551        matlabExitedInError=`grep -E "Activation cannot proceed|Error in matlab_run|license" matlab_log.log | wc -l`
    552552
    553553        if [ $matlabExitedInError -ne 0 ]
    554554        then
Note: See TracBrowser for help on using the repository browser.