[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:
@@ -1,6 +1,6 @@
|
||||
dataset: <softlink1_to_slink1> and <softlink2_to_slink1>
|
||||
dataset: </softlink1_to_slink2> and </softlink2_to_slink2>
|
||||
size: [2x4] [2x4]
|
||||
position softlink1_to_slink1 softlink2_to_slink1 difference
|
||||
position softlink1_to_slink2 softlink2_to_slink2 difference
|
||||
------------------------------------------------------------
|
||||
[ 0 1 ] 1 0 1
|
||||
[ 0 2 ] 2 0 2
|
||||
@@ -10,3 +10,4 @@ position softlink1_to_slink1 softlink2_to_slink1 difference
|
||||
[ 1 2 ] 3 0 3
|
||||
[ 1 3 ] 4 0 4
|
||||
7 differences found
|
||||
EXIT CODE: 1
|
||||
|
||||
Reference in New Issue
Block a user