summaryrefslogtreecommitdiffstats
path: root/tools/h5copy
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 23:24:18 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-16 23:24:18 (GMT)
commit924ba14474479cacc6aa99aabb2ac81462ff6d73 (patch)
tree4a23df0c90e6e80fe37f83c17d8bb72abe49c82e /tools/h5copy
parent208777ec89b63e27fbe34879ec43d95329301c08 (diff)
downloadhdf5-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')
-rw-r--r--tools/h5copy/testh5copy.sh2
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
}