Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21115)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21116)
@@ -333,5 +333,5 @@
 		# Some of the examples are incomplete (on purpose). As such, we will have to populate the
 		# missing steps in order to make sure that everything is working.
-			echo "Testing directory example: ${dir}"
+			echo "Testing directory example: $(basename dir)"
 
 			# Greenland is missing step 8
@@ -364,7 +364,7 @@
 				echo "disp('FAILURE');" >> $FILE
 				echo 'end' >> $FILE
-				echo "starting: ${dir}"
 
 				$MATLAB_PATH/bin/matlab -nosplash -nodisplay -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; runme" -logfile $ISSM_DIR/nightlylog/$LOG_FILE
+				echo "starting: $(basename dir)" >> $ISSM_DIR/nightlylog/matlab_log_examples.log
 				cat $ISSM_DIR/nightlylog/$LOG_FILE >> $ISSM_DIR/nightlylog/matlab_log_examples.log
 			fi
