diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-07-01 21:22:05 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-07-01 21:22:05 (GMT) |
commit | 4cf99e9f288d42bc756f1585c72ad584620fdec9 (patch) | |
tree | 6afb773f29111823616e8053c07f902879a5a6ef /release_docs/RELEASE.txt | |
parent | 0c4c63411776a44a9721c9ef26e96a6e2f225b99 (diff) | |
download | hdf5-4cf99e9f288d42bc756f1585c72ad584620fdec9.zip hdf5-4cf99e9f288d42bc756f1585c72ad584620fdec9.tar.gz hdf5-4cf99e9f288d42bc756f1585c72ad584620fdec9.tar.bz2 |
[svn-r11013] Purpose:
Bug fix
Description:
Fixed bugs that caused tests to be unable to find testhdf5.sh during
daily tests, and another that broke sol and shanti.
Solution:
When tests are run, their path is ./$testname .
When scripts are run, their path has no leading "./". Fixed.
Sol and shanti don't recognize the -e option for test, but they do know
-f. Fixed.
Also modified release notes.
Platforms tested:
mir, shanti, heping
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1510e41..2b00621 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,6 +36,12 @@ New Features Configuration: -------------- + - When make is invoked in parallel (using -j), sequential tests + are now executed simultaneously. This should make them execute + more quickly on some machines. + Also, when tests pass, they will create a foo.chkexe file. + This prevents the test from executing again until the test or + main library changes. - On windows, all.zip is deprecated. users should read INSTALL_Windows.txt to know the details. Reasons to deprecate all.zip: |