/[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.177 by jmc, Fri Aug 17 21:29:51 2012 UTC revision 1.178 by jmc, Sat Aug 18 19:01:54 2012 UTC
# Line 1280  else Line 1280  else
1280  fi  fi
1281    
1282  #  create the FORTRAN comparison code  #  create the FORTRAN comparison code
1283  if test -x tr_cmpnum ; then  if test "x$CLEANUP" = xt -o -x tr_cmpnum ; then
1284      echo "skipping comparison code build"      echo "skipping comparison code build"
1285  else  else
1286      createcodelet      createcodelet
# Line 1384  else Line 1384  else
1384      line_4="2 d e n  t  r  r"      line_4="2 d e n  t  r  r"
1385      echo >> $SUMMARY      echo >> $SUMMARY
1386  fi  fi
1387    if test "x$CLEANUP" != xt ; then
1388      echo "$line_0" | tee -a $SUMMARY      echo "$line_0" | tee -a $SUMMARY
1389      echo "$line_1" | tee -a $SUMMARY      echo "$line_1" | tee -a $SUMMARY
1390      echo "$line_2" | tee -a $SUMMARY      echo "$line_2" | tee -a $SUMMARY
1391      echo "$line_3" | tee -a $SUMMARY      echo "$line_3" | tee -a $SUMMARY
1392      echo "$line_4" | tee -a $SUMMARY      echo "$line_4" | tee -a $SUMMARY
1393      echo ""        | tee -a $SUMMARY      echo ""        | tee -a $SUMMARY
1394    fi
1395  echo "-------------------------------------------------------------------------------"  echo "-------------------------------------------------------------------------------"
1396    
1397  #  ...and each test directory...  #  ...and each test directory...
# Line 1694  fi Line 1696  fi
1696  if test "x$DELDIR" = xt ; then  if test "x$DELDIR" = xt ; then
1697      rm -rf $DRESULTS      rm -rf $DRESULTS
1698  fi  fi
1699    echo "======== End of testreport execution ========"

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

  ViewVC Help
Powered by ViewVC 1.1.22