Merge pull request #1836 from facebook/dirFlat2

Added --output-dir-flat=
This commit is contained in:
Yann Collet
2019-10-22 15:19:04 -07:00
committed by GitHub
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -287,6 +287,10 @@ mkdir tmpOutDirDecomp
$ZSTD tmpOutDir -r -d --output-dir-flat tmpOutDirDecomp
test -f tmpOutDirDecomp/tmp2
test -f tmpOutDirDecomp/tmp1
rm -f tmpOutDirDecomp/*
$ZSTD tmpOutDir -r -d --output-dir-flat=tmpOutDirDecomp
test -f tmpOutDirDecomp/tmp2
test -f tmpOutDirDecomp/tmp1
rm -rf tmp*
println "\n===> Advanced compression parameters "