diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-12 15:27:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-12 15:27:45 (GMT) |
commit | ace20fc9872512012503d987a2c42cf7da8acbbe (patch) | |
tree | ca4efd0748832993ee16163286de62d9f81e723c /release_docs | |
parent | 958e1f72cb84c220af3f5bfe1f67c2e28dbe0e33 (diff) | |
download | hdf5-ace20fc9872512012503d987a2c42cf7da8acbbe.zip hdf5-ace20fc9872512012503d987a2c42cf7da8acbbe.tar.gz hdf5-ace20fc9872512012503d987a2c42cf7da8acbbe.tar.bz2 |
HDFFV-10632 stder/stdout change note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3f47f06..53a2e2d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,15 @@ New Features Configuration: ------------- + - Keep stderr and stdout separate in tests + + Changed test handling of output capture. Tests now keep the stderr + output separate from the stdout output. It is up to the test to decide + which output to check against a reference. Also added the option + to grep for a string in either output. + + (ADB - 2018/12/12, HDFFV-10594) + - Add toolchain and cross-compile support Added info on using a toolchain file to INSTALL_CMAKE.txt. A |