[svn-r18266] Purpose:

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)
This commit is contained in:
Jonathan Kim
2010-02-16 14:43:05 -05:00
parent 8e946eae30
commit ad9e876b0c
118 changed files with 1675 additions and 1067 deletions

View File

@@ -1,6 +1,6 @@
dataset: </target_group2/x_dset> and </target_dset1>
dataset: </ext_link_dset2> and </softlink_dset1_1>
size: [2x4] [2x4]
position x_dset target_dset1 difference
position ext_link_dset2 softlink_dset1_1 difference
------------------------------------------------------------
[ 0 1 ] 0 1 1
[ 0 2 ] 0 2 2
@@ -10,3 +10,4 @@ position x_dset target_dset1 difference
[ 1 2 ] 0 3 3
[ 1 3 ] 0 4 4
7 differences found
EXIT CODE: 1