diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-07-11 21:01:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-07-11 21:01:34 (GMT) |
commit | 1e91849e851e7b332bffc7dd1730f20f2eb17cd7 (patch) | |
tree | 165df0abadddfff8b20374d03f1830340fa8d8ac /bin | |
parent | 859da34e932a1a8acf662626db1c99c0f70e31d8 (diff) | |
download | hdf5-1e91849e851e7b332bffc7dd1730f20f2eb17cd7.zip hdf5-1e91849e851e7b332bffc7dd1730f20f2eb17cd7.tar.gz hdf5-1e91849e851e7b332bffc7dd1730f20f2eb17cd7.tar.bz2 |
[svn-r13964] Purpose:
Bug fix.
Description:
It used to clean out all *.h5 when done but this could cause a racing
condition error if parallel make (e.g., gmake -j ...) is used because
the "rm ... *.h5 ..." would remove *.h5 generaged and are still used
by other test programs (e.g. xx_write/xx_read).
Solution:
Removed "*.h5" from the cleanup list since the test program has already
taken care of removing temporary *.h5 generated.
Tested platform:
smirom. Not triple platforms tested since this is just a simple shell
script change.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions