Changeset 16642
- Timestamp:
- 11/06/13 15:56:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
r16635 r16642 78 78 >$outf 79 79 echo "" | tee -a $outf 80 echo "+++ Running case: $ name " | tee -a $outf80 echo "+++ Running case: $testname " | tee -a $outf 81 81 echo "+++ working dir: "`pwd` | tee -a $outf 82 echo "+++ command: $cmd" | tee -a $outf82 #echo "+++ command: $cmd" | tee -a $outf 83 83 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 85 86 evErr=`cat $errfile` 86 87 rm -f $errfile
Note:
See TracChangeset
for help on using the changeset viewer.