diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 17:46:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 17:46:03 (GMT) |
commit | f88e94b3b81d73ae36000d400ffd06c11022a4b3 (patch) | |
tree | 7211d6d9a2edabd333cc6c3ee51700bb2553b8d1 /bin/runtest | |
parent | 8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b (diff) | |
download | hdf5-f88e94b3b81d73ae36000d400ffd06c11022a4b3.zip hdf5-f88e94b3b81d73ae36000d400ffd06c11022a4b3.tar.gz hdf5-f88e94b3b81d73ae36000d400ffd06c11022a4b3.tar.bz2 |
[svn-r12213] Turned off copyright checking until what need copyright is decided.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index af6434d..ce55f58 100755 --- a/bin/runtest +++ b/bin/runtest @@ -758,6 +758,8 @@ if [ -z "$NOCVS" ]; then fi rm $TMPFILE PRINT_BLANK + # No copyright checking until what need copyright is decided. 2006/4/7. + if false; then # ====================== # Check Copyright notice # ====================== @@ -792,6 +794,7 @@ if [ -z "$NOCVS" ]; then fi rm $TMPFILE PRINT_BLANK + fi else # make sure the cvs update, if done by another host, has completed. # First wait for the presence of $CVSLOG which signals some host |