diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-12-02 20:32:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-12-02 20:32:22 (GMT) |
commit | 624a4666003c8214be250d7153471fa593906f21 (patch) | |
tree | 45db39a2abbccd0f13b4f0a05bfe5318ccb98205 /tools/h5dump/testh5dump.sh.in | |
parent | 5e695ce4bc577ddd9d490e6e6f079329985d827f (diff) | |
download | hdf5-624a4666003c8214be250d7153471fa593906f21.zip hdf5-624a4666003c8214be250d7153471fa593906f21.tar.gz hdf5-624a4666003c8214be250d7153471fa593906f21.tar.bz2 |
[svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that have szip compression.
Tested local linux with cmake and autotools
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 3f5ef52..0c72a8d 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -372,7 +372,6 @@ ${SRC_H5DUMP_ERRORFILES}/tgroup-2.err ${SRC_H5DUMP_ERRORFILES}/torderlinks1.err ${SRC_H5DUMP_ERRORFILES}/torderlinks2.err ${SRC_H5DUMP_ERRORFILES}/tperror.err -${SRC_H5DUMP_ERRORFILES}/treadfilter.err ${SRC_H5DUMP_ERRORFILES}/tqmarkfile.err ${SRC_H5DUMP_ERRORFILES}/tslink-D.err " @@ -1188,11 +1187,10 @@ TOOLTEST tuserfilter.ddl --enable-error-stack -H -p -d myfilter tfilters.h5 if test $USE_FILTER_DEFLATE = "yes" -a $USE_FILTER_SHUFFLE = "yes" -a $USE_FILTER_FLETCHER32 = "yes" -a $USE_FILTER_NBIT = "yes" -a $USE_FILTER_SCALEOFFSET = "yes" ; then # data read internal filters TOOLTEST treadintfilter.ddl --enable-error-stack -d deflate -d shuffle -d fletcher32 -d nbit -d scaleoffset tfilters.h5 -# HDFFV-8635 - disable test -# if test $USE_FILTER_SZIP = "yes"; then -# # data read -# TOOLTEST4 treadfilter.ddl --enable-error-stack tfilters.h5 -# fi + if test $USE_FILTER_SZIP = "yes"; then + # data read + TOOLTEST treadfilter.ddl --enable-error-stack -d all -d szip tfilters.h5 + fi fi # test for displaying objects with very long names |