[svn-r15900] Make the h5copy test that renames a group to return 1 on the h5diff call and assume 1 is the correct result
Drop the -c flag for h5diff Tested: linux
This commit is contained in:
@@ -94,7 +94,7 @@ int main(int argc, const char *argv[])
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
parse_command_line(argc, argv, &fname1, &fname2, &objname1, &objname2, &options);
|
||||
parse_command_line(argc, argv, &options);
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* file and object names
|
||||
@@ -140,10 +140,6 @@ int main(int argc, const char *argv[])
|
||||
if ( options.contents == 0 )
|
||||
ret = 1;
|
||||
|
||||
/* but return 0 for no differences if graph comparison not required */
|
||||
if ( options.m_no_contents == 1 )
|
||||
ret = 0;
|
||||
|
||||
/* and return 2 for error */
|
||||
if (options.err_stat)
|
||||
ret = 2;
|
||||
|
||||
Reference in New Issue
Block a user