Changeset 24390
- Timestamp:
- 11/22/19 15:40:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/jenkins/jenkins.sh ΒΆ
r24362 r24390 540 540 541 541 # Check that MATLAB did not exit in error 542 matlabExitedInError=`grep -E "Activation cannot proceed " matlab_log.log | wc -l`542 matlabExitedInError=`grep -E "Activation cannot proceed|license" matlab_log.log | wc -l` 543 543 544 544 if [ $matlabExitedInError -ne 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.