/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.73 by jmc, Sat Dec 3 23:23:41 2005 UTC revision 1.74 by edhill, Fri Jan 13 16:33:33 2006 UTC
# Line 1049  for dir in $TESTDIRS ; do Line 1049  for dir in $TESTDIRS ; do
1049              ldir=build              ldir=build
1050              (              (
1051                  cd "$dir/$ldir" > /dev/null 2>&1                  cd "$dir/$ldir" > /dev/null 2>&1
1052                  ls -1 Makefile *.[fFhco] mitgcmuv  2>/dev/null \                  ls -1 2>/dev/null
1053                      | sed -e 's|^CVS$||g' | sed -e 's|^output.txt$||g'              ) > tr_exrun_tmp
1054              ) > tr_exrun_links              echo "Makefile" > tr_exrun_links
1055                echo "mitgcmuv" >> tr_exrun_links
1056                cat tr_exrun_tmp | grep '\.[fFhco]$' >> tr_exrun_links
1057              (              (
1058                  cd "$dir/tr_run.$ex"                  cd "$dir/tr_run.$ex"
1059                      cat ../../tr_exrun_links | while read i ; do                      cat ../../tr_exrun_links | while read i ; do
# Line 1060  for dir in $TESTDIRS ; do Line 1062  for dir in $TESTDIRS ; do
1062                          fi                          fi
1063                      done                      done
1064              )              )
1065                test -e tr_exrun_tmp  &&  rm -f tr_exrun_tmp
1066              test -e tr_exrun_links  &&  rm -f tr_exrun_links              test -e tr_exrun_links  &&  rm -f tr_exrun_links
1067              runmodel $dir/tr_run.$ex && run=Y \              runmodel $dir/tr_run.$ex && run=Y \
1068                  && results=`testoutput $dir tr_run.$ex "."$ex`                  && results=`testoutput $dir tr_run.$ex "."$ex`

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

  ViewVC Help
Powered by ViewVC 1.1.22