mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
c561dc7183
Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object Description: Compare member objects and groups recursively when two files or groups are specified to be compared. Support parallel diff and handling symbolic links accordingly. Tested: jam, amani, heiwa
20 lines
543 B
Plaintext
20 lines
543 B
Plaintext
|
|
group1 group2
|
|
---------------------------------------
|
|
x x
|
|
x x /dset1
|
|
x x /dset2
|
|
x /dset3
|
|
x /grp3
|
|
x /grp3/dset1
|
|
x /grp3/dset2
|
|
x /grp3/dset3
|
|
|
|
group : </grp1/grp2> and </grp1/grp2/grp3>
|
|
0 differences found
|
|
dataset: </grp1/grp2/dset1> and </grp1/grp2/grp3/dset1>
|
|
0 differences found
|
|
dataset: </grp1/grp2/dset2> and </grp1/grp2/grp3/dset2>
|
|
0 differences found
|
|
EXIT CODE: 1
|