[svn-r19444] Purpose:
Fix for group comparison with exclude-path case. Use relative path. Description: Merge from hdf5 trunk (r19443) Related to "1890: h5diff excluding object for file comparison via command line" checkins. (r19407) Tested: jam, amani
This commit is contained in:
@@ -849,6 +849,10 @@ rem ############################################################################
|
||||
call :testing %h5diff% -v --exclude-path "/group1" %srcexclude2_1% %srcexclude2_2%
|
||||
call :tooltest h5diff_483.txt -v --exclude-path "/group1" %exclude2_1% %exclude2_2%
|
||||
|
||||
rem Exclude from group compare
|
||||
call :testing %h5diff% -v --exclude-path "/dset3" %srcexclude2_1% %srcexclude2_2% /group1
|
||||
call :tooltest h5diff_484.txt -v --exclude-path "/dset3" %srcexclude2_1% %srcexclude2_2% /group1
|
||||
|
||||
|
||||
rem #######################################################################
|
||||
rem # END
|
||||
|
||||
Reference in New Issue
Block a user