Changeset 16642


Ignore:
Timestamp:
11/06/13 15:56:12 (11 years ago)
Author:
Eric.Larour
Message:

CHG: testing various echos on sh2ju.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh

    r16635 r16642  
    7878  >$outf
    7979  echo ""                         | tee -a $outf
    80   echo "+++ Running case: $name " | tee -a $outf
     80  echo "+++ Running case: $testname " | tee -a $outf
    8181  echo "+++ working dir: "`pwd`           | tee -a $outf
    82   echo "+++ command: $cmd"            | tee -a $outf
     82  #echo "+++ command: $cmd"            | tee -a $outf
    8383  ini=`date +%s`
    84   eVal "$cmd" 2>&1                | tee -a $outf
     84  #eVal "$cmd" 2>&1                | tee -a $outf
     85  echo $cmd | tee -a $outf
    8586  evErr=`cat $errfile`
    8687  rm -f $errfile
Note: See TracChangeset for help on using the changeset viewer.