/[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.43 by edhill, Thu Jul 8 20:58:24 2004 UTC revision 1.44 by edhill, Mon Jul 12 14:02:25 2004 UTC
# Line 236  genmakemodel() Line 236  genmakemodel()
236              printf 'genmake ... ' 1>&2              printf 'genmake ... ' 1>&2
237              $command > make.log 2>&1              $command > make.log 2>&1
238              RETVAL=$?              RETVAL=$?
239              cp Makefile $CDIR              #  Reduce the size of the testing emails!
240                #  cp Makefile $CDIR
241              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" != x0 ; then
242                  tail make.log                  tail make.log
243                  echo "genmakemodel: genmake failed" 1>&2                  echo "genmakemodel: genmake failed" 1>&2
# Line 426  runmodel() Line 427  runmodel()
427          RETVAL=$?          RETVAL=$?
428          if test "x$RETVAL" = x0 ; then          if test "x$RETVAL" = x0 ; then
429              echo successful 1>&2              echo successful 1>&2
430              if test "x$ADM" = x ; then              # === Reduce the size of the testing emails!
431                  cp output.txt $CDIR"/output.txt"              # if test "x$ADM" = x ; then
432              else              #   cp output.txt $CDIR"/output.txt"
433                  cp output.txt_adm $CDIR"/output.txt_adm"              # else
434              fi              #   cp output.txt_adm $CDIR"/output.txt_adm"
435                # fi
436              return 0              return 0
437          else          else
438              tail run.log              tail run.log
# Line 938  else Line 940  else
940      if test "x$HAVE_MPACK" = xt ; then      if test "x$HAVE_MPACK" = xt ; then
941          tar -cf $DRESULTS".tar" $DRESULTS > /dev/null 2>&1 \          tar -cf $DRESULTS".tar" $DRESULTS > /dev/null 2>&1 \
942              && gzip $DRESULTS".tar" \              && gzip $DRESULTS".tar" \
943              && $MPACK -s MITgcm-test -m 1500000 $DRESULTS".tar.gz" $ADDRESSES              && $MPACK -s MITgcm-test -m 3555000 $DRESULTS".tar.gz" $ADDRESSES
944          RETVAL=$?          RETVAL=$?
945          if test "x$RETVAL" != x0 ; then          if test "x$RETVAL" != x0 ; then
946              echo              echo

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

  ViewVC Help
Powered by ViewVC 1.1.22