Changeset 24642
- Timestamp:
- 03/05/20 23:25:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r24639 r24642 547 547 548 548 # Check that MATLAB did not exit in error 549 matlabExitedInError=`grep -E " Error|Activation cannot proceed|license" matlab_log.log | wc -l`549 matlabExitedInError=`grep -E "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.