Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 23733)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 23734)
@@ -353,6 +353,5 @@
 if [ $PYTHON_TEST -eq 1 ]; then
 #Launch all tests on different cpus
-#export PYTHONPATH="$ISSM_DIR/src/m/dev"
-export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
+export PYTHONPATH="$ISSM_DIR/src/m/dev"
 export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured
 for (( i=1;i<=$NUMCPUS_RUN;i++ ))
@@ -390,5 +389,4 @@
 	echo "Python error!"
 	cat python_log.log
-	echo "FAILURE"
 	exit 1
 fi
