Changeset 25822
- Timestamp:
- 12/04/20 00:19:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r25702 r25822 549 549 550 550 # 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` 552 552 553 553 if [ $matlabExitedInError -ne 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.