source: issm/oecreview/Archive/24307-24683/ISSM-24641-24642.diff

Last change on this file was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

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