Changeset 24362
- Timestamp:
- 11/19/19 20:03:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r24361 r24362 539 539 done 540 540 541 # Check that Pythondid not exit in error542 matlabExitedInError=`grep -E " Error" matlab_log.log | wc -l`541 # Check that MATLAB did not exit in error 542 matlabExitedInError=`grep -E "Activation cannot proceed" matlab_log.log | wc -l` 543 543 544 544 if [ $matlabExitedInError -ne 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.