diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2012-07-22 20:52:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2012-07-22 20:52:34 (GMT) |
commit | 85d0f3befd5e2345ae5b7c07af5d944bcd91f656 (patch) | |
tree | 87dec8b342eea623e2c7345fa67089c0ccfbd47f /release_docs | |
parent | dfebc04ff6e4a337e06b7928cd2c414c61280692 (diff) | |
download | hdf5-85d0f3befd5e2345ae5b7c07af5d944bcd91f656.zip hdf5-85d0f3befd5e2345ae5b7c07af5d944bcd91f656.tar.gz hdf5-85d0f3befd5e2345ae5b7c07af5d944bcd91f656.tar.bz2 |
[svn-r22595] Bug fix: HDFFV-8105
Description:
The test command in COPY_TESTFILES_TO_TESTDIR used the wrong operator -a which
means and. It is not sufficient to test mere existence as $tstfile could have
been a directory or other non-file things. If the file is not readable, the
$CP command would fail but its return code was not checked.
Solution:
Get rid of the test command and go ahead to $CP it and then check its returned
code and report errors if detected.
Tested; committested.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 36b6f91..a3f3bcc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -112,6 +112,9 @@ Bug Fixes since HDF5-1.8.9 Tools ----- + - h5diff: Fixed the Function COPY_TESTFILES_TO_TESTDIR() of testh5diff.sh + to better report when there is an error in the file copying. + HDFFV-8105 (AKC -2012/07/22) - h5diff: Fixed not to check and display dangling link status without --follow-symlinks option. This also improved performance when comparing lots of external links without the --follow-symlinks |