Changeset 25822


Ignore:
Timestamp:
12/04/20 00:19:28 (4 years ago)
Author:
jdquinn
Message:

BUG: Missing error

File:
1 edited

Legend:

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

    r25702 r25822  
    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 ]
Note: See TracChangeset for help on using the changeset viewer.