/[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.165 by jmc, Wed Aug 3 18:34:31 2011 UTC revision 1.166 by jmc, Fri Aug 19 22:24:26 2011 UTC
# Line 1546  for dir in $TESTDIRS ; do Line 1546  for dir in $TESTDIRS ; do
1546              if test "x$RETVAL" = x0 ; then              if test "x$RETVAL" = x0 ; then
1547                  echo "from '$gmkLog', extract compiler version:" >> $DRESULTS/genmake_state                  echo "from '$gmkLog', extract compiler version:" >> $DRESULTS/genmake_state
1548                  sed -n '/Get compiler version/,/<-- compiler version/p' $gmkLog \                  sed -n '/Get compiler version/,/<-- compiler version/p' $gmkLog \
1549                         | grep -v '^... compiler version ' > tr_1.tmp_log                          | grep -v '^... compiler version ' > tr_1.tmp_log
1550                  sed -n '1,/^$/p' tr_1.tmp_log | sed '/^$/d' | sed 's/^./ &/' \                  sed -n '1p' tr_1.tmp_log >> $DRESULTS/genmake_state
1551                    sed -n '2,/^$/p' tr_1.tmp_log | sed '/^$/d' | sed 's/^./ &/' \
1552                          >> $DRESULTS/genmake_state                          >> $DRESULTS/genmake_state
1553                  rm -f tr_1.tmp_log                  rm -f tr_1.tmp_log
1554              fi              fi

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

  ViewVC Help
Powered by ViewVC 1.1.22