diff --git a/joblaunch/1.0/cle5.2/retest b/joblaunch/1.0/cle5.2/retest
index 60124e4607b38049da329f1bdf2a66edb9932e96..ac66b4f5a62942617c8ee22aa2c8faaf29de34b0 100755
--- a/joblaunch/1.0/cle5.2/retest
+++ b/joblaunch/1.0/cle5.2/retest
@@ -73,9 +73,11 @@ W_APRUN=`which aprun`
 R_APRUN=/usr/bin/aprun
 
 #-- Test with XALT's aprun wrapper
+echo "W_APRUN: \$W_APRUN" | tee -a ${SW_BLDDIR}/.running
 eval \$TIME \$W_APRUN -n 1 \$UPTIME 2>&1 | tee w_aprun.log | tee -a ${SW_BLDDIR}/.running
 
 #-- Test with real aprun
+echo "R_APRUN: \$R_APRUN" | tee -a ${SW_BLDDIR}/.running
 eval \$TIME \$R_APRUN -n 1 \$UPTIME 2>&1 | tee r_aprun.log | tee -a ${SW_BLDDIR}/.running
 
 echo "verified" > ${SW_BLDDIR}/status