mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
h5diff improvment Description: changed a call to exit(1) for return -1 for user friendiness in the h5diff function in the case that H5Fopen fails Solution: Platforms tested: linux (small change ) Misc. update:
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h6 file2.h6'
|
|
#############################
|
|
$h5diff file1.h6 file2.h6
|
|
h5diff: file1.h6: No such file or directory
|
|
h5diff: file2.h6: No such file or directory
|
|
|