/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.37 by jmc, Mon Mar 17 21:35:15 2008 UTC revision 1.38 by jmc, Sun Apr 20 19:55:18 2008 UTC
# Line 272  for mname in $MACHINES ; do Line 272  for mname in $MACHINES ; do
272          if test -r $dir/summary.txt ; then          if test -r $dir/summary.txt ; then
273              grep '^[YN] [YN] [YN] [YN]' $dir/summary.txt > ./all_tests 2>/dev/null              grep '^[YN] [YN] [YN] [YN]' $dir/summary.txt > ./all_tests 2>/dev/null
274              t_tot=`cat ./all_tests | wc -l | sed -e 's| ||g'`              t_tot=`cat ./all_tests | wc -l | sed -e 's| ||g'`
275              t_pass=`grep 'pass ' ./all_tests | wc -l | sed -e 's| ||g'`              t_pass=`grep '^Y Y Y Y' ./all_tests | grep 'pass ' | wc -l | sed -e 's| ||g'`
276          fi          fi
277          rm -f ./all_tests          rm -f ./all_tests
278          # echo "${dir##*/} : $t_pass out of $t_tot"          # echo "${dir##*/} : $t_pass out of $t_tot"

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.22