mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
a21f74ce6a
Purpose: fixing the format of dumper output for windows test Description: New dumptest includes the feature that an error of the output will be put into stderr in linux On windows, that stderr will not be redirected into the output file and the comparsion between the expected file and the dumper output is not correct. Solution: change fprintf(stderr .....) at h5tool_util.c into fprintf(stdout ......) so that it fits the comparison. Platforms tested: windows 2000 |
||
---|---|---|
.. | ||
Dependencies | ||
h5tools_str.c | ||
h5tools_str.h | ||
h5tools_utils.c | ||
h5tools_utils.h | ||
h5tools.c | ||
h5tools.h | ||
Makefile.in | ||
talign.c |