Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 22309)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 22310)
@@ -320,5 +320,7 @@
 echo '-----------------------------'
 
-rm matlab_log.log
+if [ -f matlab_log.log ]; then
+	rm matlab_log.log
+fi
 
 for job in `jobs -p`
@@ -342,5 +344,4 @@
 if [ $PYTHON_TEST -eq 1 ]; then
 #Launch all tests on different cpus
-PYTHON_START_TIME=$(timer);
 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
 export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured
