/[MITgcm]/MITgcm_contrib/test_scripts/faulks/test_lcs
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/faulks/test_lcs

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

revision 1.2 by edhill, Wed Dec 10 20:09:21 2003 UTC revision 1.4 by edhill, Fri May 14 17:55:47 2004 UTC
# Line 67  for ac_option ; do Line 67  for ac_option ; do
67  done  done
68    
69  echo -n "Creating a temp directory ..."  echo -n "Creating a temp directory ..."
70  cd ~/u3_edhill/testing  cd ~/d31/testing
71  mach=`hostname`  mach=`hostname`
72  file=${OPTFILE##*/}  file=${OPTFILE##*/}
73  tdir=$mach"_"$file  tdir=$mach"_"$file
# Line 90  fi Line 90  fi
90  echo "  \"$comm\""  echo "  \"$comm\""
91  echo "======================"  echo "======================"
92  echo  echo
93  $comm  $comm
94    
95    echo "Running testreport using:"
96    cd MITgcm/verification
97    comm="./testreport -adm $IEEE -a edhill@mitgcm.org"
98    if test "x$OPTFILE" != x ; then
99        comm="$comm -of=$OPTFILE"
100    fi
101    echo "  \"$comm\""
102    echo "======================"
103    echo
104    $comm
105    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22