From d2a01022be9abc559d4b7d6ea6f33904ed4d6862 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 20 Nov 2007 11:39:56 -0500 Subject: [svn-r14274] new feature: add some new syntax tests for h5repack tested: linux --- tools/h5repack/h5repack.sh.in | 4 ++-- 1 file 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 -- cgit v0.12