source: issm/oecreview/Archive/24684-25833/ISSM-25821-25822.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 533 bytes
RevLine 
[25834]1Index: ../trunk-jpl/jenkins/jenkins.sh
2===================================================================
3--- ../trunk-jpl/jenkins/jenkins.sh (revision 25821)
4+++ ../trunk-jpl/jenkins/jenkins.sh (revision 25822)
5@@ -548,7 +548,7 @@
6 done
7
8 # Check that MATLAB did not exit in error
9- matlabExitedInError=`grep -E "Activation cannot proceed|license" matlab_log.log | wc -l`
10+ matlabExitedInError=`grep -E "Activation cannot proceed|Error in matlab_run|license" matlab_log.log | wc -l`
11
12 if [ $matlabExitedInError -ne 0 ]
13 then
Note: See TracBrowser for help on using the repository browser.