Index: /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16641)
+++ /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16642)
@@ -78,9 +78,10 @@
   >$outf
   echo ""                         | tee -a $outf
-  echo "+++ Running case: $name " | tee -a $outf
+  echo "+++ Running case: $testname " | tee -a $outf
   echo "+++ working dir: "`pwd`           | tee -a $outf
-  echo "+++ command: $cmd"            | tee -a $outf
+  #echo "+++ command: $cmd"            | tee -a $outf
   ini=`date +%s`
-  eVal "$cmd" 2>&1                | tee -a $outf
+  #eVal "$cmd" 2>&1                | tee -a $outf
+  echo $cmd | tee -a $outf
   evErr=`cat $errfile`
   rm -f $errfile
