Changeset 24362


Ignore:
Timestamp:
11/19/19 20:03:30 (5 years ago)
Author:
jdquinn
Message:

BUG: Catch MATLAB license failure

File:
1 edited

Legend:

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

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