mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
b0880f9331
new feature Description: during the sequencial match list, by default the differences between matched datasets were printed. added an -m option that allows to turn this off, just printing the file differences Solution: Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
#############################
|
|
Expected output for 'h5diff h5diff_test3.h5 h5diff_test4.h5'
|
|
#############################
|
|
$h5diff h5diff_test3.h5 h5diff_test4.h5
|
|
</dset3> found in <h5diff_test3.h5> and </dset3> found in <h5diff_test4.h5>
|
|
</dset4> is in <h5diff_test3.h5>, but not in <h5diff_test4.h5>
|
|
</dset5> is in <h5diff_test4.h5>, but not in <h5diff_test3.h5>
|
|
|