diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-12 23:02:33 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-12 23:02:33 (GMT) |
commit | eb4a8c7e7da0fb01c71070e45fc05aad157aa9cd (patch) | |
tree | d1518cd91a8e9899d34e05f64018e463e93408bd /release_docs | |
parent | 6fc1d0535960edf24e66ca14afc27b31ec2320db (diff) | |
download | hdf5-eb4a8c7e7da0fb01c71070e45fc05aad157aa9cd.zip hdf5-eb4a8c7e7da0fb01c71070e45fc05aad157aa9cd.tar.gz hdf5-eb4a8c7e7da0fb01c71070e45fc05aad157aa9cd.tar.bz2 |
[svn-r20488] Purpose:
Fix HDFFV-4342 : GMQS: h5dump test fails when source directory is read-only
Description:
Updated h5dump test case script to prevent entire test failure upon
source code directory is read-only.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d0811a6..7766ee1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -517,6 +517,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Updated h5dump test case script to prevent entire test failure upon + source directory is read-only. Bug# HDFFV-4342 (JKM 2011/4/12) - Updated to unify option name to '--enable-error-stack' for printing HDF5 error stack messages for HDF5 tools. h5ls and h5dump for now. For h5ls, this replaces "-e/--errors" option, which is deprecated. |