diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2013-02-21 19:23:53 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2013-02-21 19:23:53 (GMT) |
commit | 6bf2f2482e0c2462d27870697f3484bda040246d (patch) | |
tree | a384edf78298cc73285d34116343d119f14669d6 /tools/h5diff/testfiles | |
parent | 53bec20a49b942d75d0cc3739c078d5d81cc1d95 (diff) | |
download | hdf5-6bf2f2482e0c2462d27870697f3484bda040246d.zip hdf5-6bf2f2482e0c2462d27870697f3484bda040246d.tar.gz hdf5-6bf2f2482e0c2462d27870697f3484bda040246d.tar.bz2 |
[svn-r23309] Purpose:
HDFFV-7643 - h5diff - incorrect exit-code returns for extra attribute exist
Description:
h5diff: Fixed to return correct exit code 1 when detect unique
attribute. Prior to this fix, h5diff returned exit code 0 indicating
two files are identical.
Merged from HDF5 trunk r23304.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), emu (solaris-BE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'tools/h5diff/testfiles')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_706.txt | 2 | ||||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_708.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/testfiles/h5diff_706.txt b/tools/h5diff/testfiles/h5diff_706.txt index 38eeac5..5825150 100644 --- a/tools/h5diff/testfiles/h5diff_706.txt +++ b/tools/h5diff/testfiles/h5diff_706.txt @@ -10,4 +10,4 @@ datatype: </ntype> and </ntype> x integer1 x integer4 Attributes status: 0 common, 3 only in obj1, 3 only in obj2 -EXIT CODE: 0 +EXIT CODE: 1 diff --git a/tools/h5diff/testfiles/h5diff_708.txt b/tools/h5diff/testfiles/h5diff_708.txt index add386b..a10a8b7 100644 --- a/tools/h5diff/testfiles/h5diff_708.txt +++ b/tools/h5diff/testfiles/h5diff_708.txt @@ -14,4 +14,4 @@ group : </g3> and </g3> x integer10 x integer3 Attributes status: 0 common, 3 only in obj1, 2 only in obj2 -EXIT CODE: 0 +EXIT CODE: 1 |