summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-11-09 22:23:58 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-11-09 22:23:58 (GMT)
commit9c0f8180e78624ca27027fd184ada2d69938b17e (patch)
treef2439ad329dcddbca60ed9d792049dc82567c860 /bin/runtest
parent73d95bbae9ec9bd346ab64b7623e07637ae03264 (diff)
downloadhdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.zip
hdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.tar.gz
hdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.tar.bz2
[svn-r11695] Purpose:
Improvement Description: The previous HTML files strategy was to expect the very first comment block is the copyright notice. That did not work well as more and more other comments appear now. Solution: Changed the strategy to look for the only the essential body of copyright notice. This no longer verifies this body of text is a comment block. But the previous strategy is not really bullet-proof either. Platforms tested: tested in heping.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index f595ec5..bd620a1 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -781,7 +781,7 @@ if [ -z "$NOCVS" ]; then
echo ...
tail -$ntaillines $COPYRIGHT_ERR
fi
- ) | Mail -s "${H5VERSION} Copyrights check Failed" hdf5lib
+ ) | Mail -s "${H5VERSION} Copyrights check Failed" acheng
fi
rm $TMPFILE
PRINT_BLANK