/[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.45 by edhill, Sat Jul 17 02:08:45 2004 UTC revision 1.46 by jmc, Sun Jul 18 21:27:42 2004 UTC
# Line 422  runmodel() Line 422  runmodel()
422          printf 'runmodel ... ' 1>&2          printf 'runmodel ... ' 1>&2
423          # make output.txt          # make output.txt
424          echo          echo
425            rm -f run.log
426          # echo "COMMAND='$COMMAND'"          # echo "COMMAND='$COMMAND'"
427          # echo "pwd='"`pwd`"'"          # echo "pwd='"`pwd`"'"
428          ( eval $COMMAND ) >> run.log 2>&1          ( eval $COMMAND ) > run.log 2>&1
429          RETVAL=$?          RETVAL=$?
430          if test "x$RETVAL" = x0 ; then          if test "x$RETVAL" = x0 ; then
431                tail run.log
432              echo successful 1>&2              echo successful 1>&2
433              # === Reduce the size of the testing emails!              # === Reduce the size of the testing emails!
434              # if test "x$ADM" = x ; then              # if test "x$ADM" = x ; then

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.22