Ignore:
Timestamp:
03/10/20 10:23:37 (5 years ago)
Author:
jdquinn
Message:

CHG: Initial commit for all macOS binaries; relevant changes to respective Linux scripts/configs; cleanup

File:
1 edited

Legend:

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

    r24647 r24649  
    547547
    548548        # Check that MATLAB did not exit in error
    549         matlabExitedInError=`grep -E "Activation cannot proceed|license" matlab_log.log | wc -l`
     549        matlabExitedInError=`grep -E "Error|Activation cannot proceed|license" matlab_log.log | wc -l`
    550550
    551551        if [ $matlabExitedInError -ne 0 ]
Note: See TracChangeset for help on using the changeset viewer.