mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
brotli --test --verbose should show a message
#261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stokito on GitHub (Oct 29, 2018).
When running a integrity test brotli shows nothing and t his is correct according to unix philosophy.
But when I asked the brotli to be verbose it still didn't show anything:
What do I expect is the same behavior as for
gzip,xzand many other compressors:As you can see in verbose mode test shows a file name and status OK.
Could you make brotli to work similar with other compressors?