Merge pull request #2705 from binhdvo/bootcamp

Add support for negative values in advanced flags
This commit is contained in:
binhdvo
2021-06-11 14:08:23 -04:00
committed by GitHub
2 changed files with 20 additions and 2 deletions
+1
View File
@@ -1519,6 +1519,7 @@ then
println "\n===> adaptive mode "
roundTripTest -g270000000 " --adapt"
roundTripTest -g27000000 " --adapt=min=1,max=4"
roundTripTest -g27000000 " --adapt=min=-2,max=-1"
println "===> test: --adapt must fail on incoherent bounds "
datagen > tmp
zstd -f -vv --adapt=min=10,max=9 tmp && die "--adapt must fail on incoherent bounds"