mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
[svn-r14260] bug fix: modified the h5repack script to call h5diff with its brand new syntax
tested: linux
This commit is contained in:
parent
5c16c09f91
commit
6dca1de06a
@ -94,9 +94,9 @@ DIFFTEST()
|
||||
{
|
||||
VERIFY $@
|
||||
if [ "`uname -s`" = "TFLOPS O/S" ]; then
|
||||
$RUNSERIAL $H5DIFF_BIN $@ -q
|
||||
$RUNSERIAL $H5DIFF_BIN -q $@
|
||||
else
|
||||
$RUNSERIAL $H5DIFF_BIN "$@" -q
|
||||
$RUNSERIAL $H5DIFF_BIN -q "$@"
|
||||
fi
|
||||
RET=$?
|
||||
if [ $RET != 0 ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user