diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-16 23:24:18 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-16 23:24:18 (GMT) |
commit | 924ba14474479cacc6aa99aabb2ac81462ff6d73 (patch) | |
tree | 4a23df0c90e6e80fe37f83c17d8bb72abe49c82e /tools/h5copy/testh5copy.sh | |
parent | 208777ec89b63e27fbe34879ec43d95329301c08 (diff) | |
download | hdf5-924ba14474479cacc6aa99aabb2ac81462ff6d73.zip hdf5-924ba14474479cacc6aa99aabb2ac81462ff6d73.tar.gz hdf5-924ba14474479cacc6aa99aabb2ac81462ff6d73.tar.bz2 |
[svn-r15896] Introduced a -c flag to ignore file contents differences in the return value (return 0 id -c is present)
Introduced for h5copy validation
Tested: windows, linux
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-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 15d4984..fc07e0c 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -115,7 +115,7 @@ TOOLTEST() fi if [ $runh5diff != no ]; then - H5DIFFTEST $inputfile $outputfile $7 $9 + H5DIFFTEST -c $inputfile $outputfile $7 $9 fi } |