mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
ad9e876b0c
bugzilla 1754: h5diff: support comparing through links. (original check-in svn revision #18164) Description: fix the hang issue in parallel mode when compare external-link. add --no-dangling-links option. add test cases (#450-#459) relate to the new option. improve test script to check exit code. update --help relate to the new options. correct some indentations. Tested: h5committest (jam, amani and linew)
33 lines
1010 B
Plaintext
33 lines
1010 B
Plaintext
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /
|
|
x x /ext_link_dset1
|
|
x x /ext_link_dset2
|
|
x x /ext_link_grp1
|
|
x x /ext_link_grp2
|
|
x x /ext_link_noexist1
|
|
x x /ext_link_noexist2
|
|
|
|
group : </> and </>
|
|
0 differences found
|
|
external link: </ext_link_dset1> and </ext_link_dset1>
|
|
dataset: </ext_link_dset1> and </ext_link_dset1>
|
|
0 differences found
|
|
0 differences found
|
|
external link: </ext_link_dset2> and </ext_link_dset2>
|
|
dataset: </ext_link_dset2> and </ext_link_dset2>
|
|
0 differences found
|
|
0 differences found
|
|
external link: </ext_link_grp1> and </ext_link_grp1>
|
|
group : </ext_link_grp1> and </ext_link_grp1>
|
|
0 differences found
|
|
0 differences found
|
|
external link: </ext_link_grp2> and </ext_link_grp2>
|
|
group : </ext_link_grp2> and </ext_link_grp2>
|
|
0 differences found
|
|
0 differences found
|
|
Warning: </ext_link_noexist1> is a dangling link.
|
|
Warning: </ext_link_noexist2> is a dangling link.
|
|
EXIT CODE: 2
|