Changeset 24649 for issm/trunk-jpl/jenkins/jenkins.sh
- Timestamp:
- 03/10/20 10:23:37 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r24647 r24649 547 547 548 548 # 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` 550 550 551 551 if [ $matlabExitedInError -ne 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.