diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-20 16:39:56 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-20 16:39:56 (GMT) |
commit | d2a01022be9abc559d4b7d6ea6f33904ed4d6862 (patch) | |
tree | b5382bc1f6c1db2af1208b261fb3a30dca0b3230 | |
parent | 39f23efa178dc3b83d3faa86d86492f66067c840 (diff) | |
download | hdf5-d2a01022be9abc559d4b7d6ea6f33904ed4d6862.zip hdf5-d2a01022be9abc559d4b7d6ea6f33904ed4d6862.tar.gz hdf5-d2a01022be9abc559d4b7d6ea6f33904ed4d6862.tar.bz2 |
[svn-r14274] new feature: add some new syntax tests for h5repack
tested: linux
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 25a4936..9fce08a 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -254,7 +254,7 @@ else fi # szip remove -arg="$FILE7 -f dset_szip:NONE" +arg="$FILE7 --filter=dset_szip:NONE" if test $USE_FILTER_SZIP_ENCODER != "yes" -o $USE_FILTER_SZIP != "yes" ; then SKIP $arg else @@ -403,7 +403,7 @@ fi # layout options (these files have no filters) ######################################################### -TOOLTEST $FILE4 -l dset2:CHUNK=20x10 +TOOLTEST $FILE4 --layout=dset2:CHUNK=20x10 TOOLTEST $FILE4 -l CHUNK=20x10 TOOLTEST $FILE4 -l dset2:CONTI TOOLTEST $FILE4 -l CONTI |