]> git.ipfire.org Git - thirdparty/zstd.git/commit
cli : -d and -t do not stop after a failed decompression 687/head
authorYann Collet <cyan@fb.com>
Sat, 6 May 2017 02:15:24 +0000 (19:15 -0700)
committerYann Collet <cyan@fb.com>
Sat, 6 May 2017 02:15:24 +0000 (19:15 -0700)
commit01a1abfdb5a78cd4f63b0199be036b1546c4135c
tree0ffdf50ae643c70395c31811c22a2c292e00340b
parent11bff3fbd3a7d9ce64ccfec13ba3193d9fdda37f
cli : -d and -t do not stop after a failed decompression

The problematic srcfile will be named on console/log,
but decompression/test will continue onto next file in the list.
programs/fileio.c
tests/playTests.sh