Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21193)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21194)
@@ -143,14 +143,4 @@
 		echo "======================================================";
 
-		# Jenkins needs to now whether the installation of externalpackages suceeded or not.
-		# The majority of externalpackages populate an install directory with various files.
-		# However, a few do not do this. Consequently, we need a way to confirm that these 
-		# packages were installed correctly. The following accomplishes this without polluting
-		# installation directories.
-		echo "if [ ! -d ./install ]; then" >> ./$PACKAGEINST
-		echo "	mkdir ./install" >> ./$PACKAGEINST
-		echo "fi" >> ./$PACKAGEINST
-		echo "touch ./install/SUCCESS" >> ./$PACKAGEINST
-
 		./$PACKAGEINST > compil.log
 		if [ $? -ne 0 ]; then
@@ -161,5 +151,4 @@
 			echo '<failure message="failure">External packages did not install right. Check it.</failure>' >> $EXTERNAL_TEST_FILE
 			echo '</testcase>' >> $EXTERNAL_TEST_FILE
-			exit 1
 		else
 			echo "<testcase classname=\"externalpackages\" name=\"$PACKAGENAME\"/>" >> $EXTERNAL_TEST_FILE
