Changeset 24390


Ignore:
Timestamp:
11/22/19 15:40:56 (5 years ago)
Author:
jdquinn
Message:

BUG: Catching another MATLAB license error

File:
1 edited

Legend:

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

    r24362 r24390  
    540540
    541541        # Check that MATLAB did not exit in error
    542         matlabExitedInError=`grep -E "Activation cannot proceed" matlab_log.log | wc -l`
     542        matlabExitedInError=`grep -E "Activation cannot proceed|license" matlab_log.log | wc -l`
    543543
    544544        if [ $matlabExitedInError -ne 0 ]
Note: See TracChangeset for help on using the changeset viewer.