dropshell release 2025.0513.2134
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
This commit is contained in:
9
build_arm64/_deps/zstd-src/tests/cli-tests/dict-builder/empty-input.sh
Executable file
9
build_arm64/_deps/zstd-src/tests/cli-tests/dict-builder/empty-input.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
for i in $(seq 50); do
|
||||
datagen -s$i > file$i
|
||||
done
|
||||
touch empty
|
||||
|
||||
set -v
|
||||
zstd -q --train empty file*
|
@ -0,0 +1 @@
|
||||
zstd -q --train empty file*
|
3
build_arm64/_deps/zstd-src/tests/cli-tests/dict-builder/no-inputs.sh
Executable file
3
build_arm64/_deps/zstd-src/tests/cli-tests/dict-builder/no-inputs.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -v
|
||||
zstd --train
|
@ -0,0 +1 @@
|
||||
14
|
@ -0,0 +1,5 @@
|
||||
zstd --train
|
||||
! Warning : nb of samples too low for proper processing !
|
||||
! Please provide _one file per sample_.
|
||||
! Alternatively, split files into fixed-size blocks representative of samples, with -B#
|
||||
Error 14 : nb of samples too low
|
Reference in New Issue
Block a user