Add --exclude-path option Description: Merged from hdf5 trunk (r19406). Specified path to an object will be excluded from comparing the two files or two groups. If group is specified all the member objects will be excluded. Related to "1890: h5diff excluding object for file comparison via command line" Tested: jam, amani
19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /
|
|
x /dset1
|
|
x x /dset10
|
|
x x /group10
|
|
x x /group10/dset2
|
|
|
|
group : </> and </>
|
|
0 differences found
|
|
dataset: </dset10> and </dset10>
|
|
0 differences found
|
|
group : </group10> and </group10>
|
|
0 differences found
|
|
dataset: </group10/dset2> and </group10/dset2>
|
|
0 differences found
|
|
EXIT CODE: 1
|