brotli --test --verbose should show a message #261

Open
opened 2026-01-29 20:41:02 +00:00 by claunia · 0 comments
Owner

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:

$ brotli -vt goodarchive.br
$ brotli -vt corrupt.br
corrupt input [corrupt.br]

What do I expect is the same behavior as for gzip, xz and many other compressors:

$ gzip -vt goodarchive.gz
goodarchive.gz:	 OK
$ gzip -vt corrupt.br
gzip: corrupt.gz: not in gzip format

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?

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: ``` $ brotli -vt goodarchive.br $ brotli -vt corrupt.br corrupt input [corrupt.br] ``` What do I expect is the same behavior as for `gzip`, `xz` and many other compressors: ``` $ gzip -vt goodarchive.gz goodarchive.gz: OK $ gzip -vt corrupt.br gzip: corrupt.gz: not in gzip format ``` 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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#261