diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-17 22:26:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-17 22:26:14 (GMT) |
commit | 6c262bfc9359e274c6a2b8234c34e4415d8146ed (patch) | |
tree | 1c56e362d3125b421110a60bec835810f4b71692 /tools/h5copy | |
parent | 1b86e5a5297dc6670ff284f98202330e74201943 (diff) | |
download | hdf5-6c262bfc9359e274c6a2b8234c34e4415d8146ed.zip hdf5-6c262bfc9359e274c6a2b8234c34e4415d8146ed.tar.gz hdf5-6c262bfc9359e274c6a2b8234c34e4415d8146ed.tar.bz2 |
[svn-r15899] Extend the -c flag for ignore graph differences to ignore different group names
This is used in the h5copy test that compares renaming of groups
Tested: linux
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index fc07e0c..5337e74 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -113,9 +113,9 @@ TOOLTEST() rm -f output.out fi fi - + if [ $runh5diff != no ]; then - H5DIFFTEST -c $inputfile $outputfile $7 $9 + H5DIFFTEST -c $inputfile $outputfile fi } @@ -130,6 +130,7 @@ H5DIFFTEST() $RUNSERIAL $H5DIFF_BIN -q "$@" fi RET=$? + if [ $RET != 0 ] ; then echo "*FAILED*" nerrors="`expr $nerrors + 1`" |