source: issm/oecreview/Archive/26740-27031/ISSM-26767-26768.diff@ 27032

Last change on this file since 27032 was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 494 bytes
RevLine 
[27032]1Index: ../trunk-jpl/jenkins/jenkins.sh
2===================================================================
3--- ../trunk-jpl/jenkins/jenkins.sh (revision 26767)
4+++ ../trunk-jpl/jenkins/jenkins.sh (revision 26768)
5@@ -383,7 +383,7 @@
6 done
7 # Check if timer hit $max_time
8 if [ $timer -eq $max_time ]; then
9- echo "Testing timed out"
10+ echo "Testing timed out at ${timer} seconds"
11 # Kill MATLAB processes
12 pid=$(ps -W | grep MATLAB | awk '{print $1}')
13 /bin/kill -f "${pid}"
Note: See TracBrowser for help on using the repository browser.