--- mitgcm.org/scripts/check_outp 2015/03/24 18:22:10 1.43 +++ mitgcm.org/scripts/check_outp 2015/06/13 16:27:20 1.44 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.43 2015/03/24 18:22:10 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.44 2015/06/13 16:27:20 jmc Exp $ # # The purpose of this script is to compare # the latest output with the previous one (from the same platform with @@ -457,7 +457,8 @@ echo " discard $sdir : $type , of='$optf'" | tee -a $OUTPFIL cmis=`expr $cmis + 1` elif test $num = '0' ; then - echo "no previous test for:" $key | tee -a $OUTPFIL + echo " dir='$sdir', type='$type', of='$optf':" | tee -a $OUTPFIL + echo " --> no previous test matching key='$key'" | tee -a $OUTPFIL cmis=`expr $cmis + 1` else pline=`grep "^$key " $TMP.plist | head -1`