mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New maintainer option --debug-set-iobuf-size.
* g10/gpg.c (opts): Add new option. (opt_set_iobuf_size): New var. (set_debug): Set the option. * tests/openpgp/armor.scm: Use this option to revert the buffer size to the one which used to exhibit the tested bugs. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
bfc1181644
commit
db7661b5a2
4 changed files with 23 additions and 6 deletions
|
@ -2859,6 +2859,12 @@ Set all useful debugging flags.
|
|||
Set stdout into line buffered mode. This option is only honored when
|
||||
given on the command line.
|
||||
|
||||
@item --debug-set-iobuf-size @var{n}
|
||||
@opindex debug-iolbf
|
||||
Change the buffer size of the IOBUFs to @var{n} kilobyte. Using 0
|
||||
prints the current size. Note well: This is a maintainer only option
|
||||
and may thus be changed or removed at any time without notice.
|
||||
|
||||
@item --faked-system-time @var{epoch}
|
||||
@opindex faked-system-time
|
||||
This option is only useful for testing; it sets the system time back or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue