diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-16 19:00:18 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-16 19:00:18 (GMT) |
commit | 208777ec89b63e27fbe34879ec43d95329301c08 (patch) | |
tree | 120a51aee9193de764ff07738cd1ff161c380ec3 /tools | |
parent | 12e3697d798113c7f18a7d70abe9bcd1bb002cae (diff) | |
download | hdf5-208777ec89b63e27fbe34879ec43d95329301c08.zip hdf5-208777ec89b63e27fbe34879ec43d95329301c08.tar.gz hdf5-208777ec89b63e27fbe34879ec43d95329301c08.tar.bz2 |
[svn-r15891]
Make the h5diff call compare only the source and destination objects, otherwise if we attempt to compare the all file, h5diff returns 1 for differences
Tested: linux
-This line, and those below, will be ignored--
M tools/h5copy/testh5copy.sh
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 0acc4df..15d4984 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -115,7 +115,7 @@ TOOLTEST() fi if [ $runh5diff != no ]; then - H5DIFFTEST $inputfile $outputfile + H5DIFFTEST $inputfile $outputfile $7 $9 fi } |