--- MITgcm/verification/testreport 2003/10/28 19:16:49 1.12 +++ MITgcm/verification/testreport 2003/11/07 21:32:19 1.14 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.12 2003/10/28 19:16:49 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.14 2003/11/07 21:32:19 edhill Exp $ # $Name: $ # @@ -579,7 +579,9 @@ exit 1 fi SUMMARY="$DRESULTS/summary.txt" +echo -n "Start time: " >> $SUMMARY date > $SUMMARY +date > dfile cat << EOF >> $SUMMARY T S U V G D M c m s m s m s m s @@ -746,9 +748,18 @@ done -rm tmp_cmpnum.f a.out +echo -n "Start time: " >> $SUMMARY +date -r dfile >> $SUMMARY +echo -n "End time: " >> $SUMMARY +date >> $SUMMARY + +rm tmp_cmpnum.f a.out dfile if test "x$CLEANUP" != xt ; then cat $SUMMARY + if test -e tr.out ; then + mv tr.out tr.out.old + fi + cat $SUMMARY > tr.out fi