summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-02-26 20:21:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-02-26 20:21:05 (GMT)
commitc240dd4687fe1ce3946826e33d8e6268ac7f0c15 (patch)
treee98ed918ea0d1bedae5d59c7d25d7ef14700153d /release_docs
parent0baea769532965a267cc7a5202a61300b50b023f (diff)
downloadhdf5-c240dd4687fe1ce3946826e33d8e6268ac7f0c15.zip
hdf5-c240dd4687fe1ce3946826e33d8e6268ac7f0c15.tar.gz
hdf5-c240dd4687fe1ce3946826e33d8e6268ac7f0c15.tar.bz2
[svn-r24738] Updated with changes made back on Jan 27.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 82ed48b..9c0260c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -129,6 +129,9 @@ Bug Fixes since HDF5-1.8.12
Testing
-------
+ - testhdf5 now exits EXIT_SUCCESS(0) if no errors, else EXIT_FAILURE(1).
+ (AKC - 2014/01/27 - HDFFV-8572)
+
- The big test now pays attention to the HDF5_DRIVER environment variable
so it doesn't waste time when make check-vfd is run. (HDFFV-8554)