Update blosc testing

This commit is contained in:
Dennis Heimbigner 2022-07-17 13:59:11 -06:00
parent 59806d0a32
commit 9e053f0888

View File

@ -12,9 +12,12 @@ set -e
if test "x$TESTNCZARR" = x1 ; then
. "$srcdir/test_nczarr.sh"
fi
BLOSCARGS="32001,0,0,0,256,5,1,1"
BLOSCCODEC='[{\"id\": \"blosc\",\"clevel\": 5,\"blocksize\": 256,\"cname\": \"lz4\",\"shuffle\": 1}]'
else
BLOSCARGS="32001,0,0,4,256,5,1,1"
BLOSCCODEC='[{\"id\": \"blosc\",\"clevel\": 5,\"blocksize\": 256,\"cname\": \"lz4\",\"shuffle\": 1}]'
fi
# Load the findplugins function
. ${builddir}/findplugin.sh