--- mitgcm.org/scripts/check_outp 2008/08/27 21:19:32 1.1 +++ mitgcm.org/scripts/check_outp 2008/08/29 18:12:15 1.2 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.1 2008/08/27 21:19:32 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.2 2008/08/29 18:12:15 jmc Exp $ # # The purpose of this script is to compare # the latest output with the previous one (from the same platform with @@ -237,7 +237,7 @@ comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` eval $comm RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` - NOI3E=`grep -c "^run: .*testreport .* '-noieee' " $dir/summary.txt` + NOI3E=`grep -c "^run: .*testreport .* '*-noieee'* " $dir/summary.txt` fi if test "x$RESTART" = x0 ; then kind="forward"