diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 17:45:59 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 17:45:59 (GMT) |
commit | c26e359757806eb03041fe60bc3526c6a042bb4b (patch) | |
tree | b457cd2ef77505b16d0ee908dce497534b6eff7d /bin | |
parent | 6ad638308e2c8b017d3d6b31a5f22ba4c0e692f5 (diff) | |
download | hdf5-c26e359757806eb03041fe60bc3526c6a042bb4b.zip hdf5-c26e359757806eb03041fe60bc3526c6a042bb4b.tar.gz hdf5-c26e359757806eb03041fe60bc3526c6a042bb4b.tar.bz2 |
[svn-r12212] Turned off copyright checking until what need copyright is decided.
Diffstat (limited to 'bin')
-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 |