diff options
author | Werner Koch <[email protected]> | 2014-10-30 08:55:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-30 08:55:51 +0000 |
commit | 9546aa3cc87fc83a40768a12fbbceb19496ce129 (patch) | |
tree | 4615b34ccbfcd5c2be616c84285ea822822c4d72 /doc/tools.texi | |
parent | po: Add a new German translation (diff) | |
download | gnupg-9546aa3cc87fc83a40768a12fbbceb19496ce129.tar.gz gnupg-9546aa3cc87fc83a40768a12fbbceb19496ce129.zip |
tests: Speed up the genkey1024.test by using not so strong random.
* agent/gpg-agent.c (oDebugQuickRandom): New.
(opts): New option --debug-quick-random.
(main): Use new option.
* common/asshelp.c (start_new_gpg_agent): Add hack to pass an
additional argument for the agent name.
* tests/openpgp/defs.inc: Pass --debug-quick-random to the gpg-agent
starting parameters.
* tests/openpgp/version.test: Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/tools.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index d9ce81eb1..d556b6da4 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1199,7 +1199,11 @@ Try to be as quiet as possible. @item --agent-program @var{file} @opindex agent-program -Specify the agent program to be started if none is running. +Specify the agent program to be started if none is running. The +default value is determined by running @command{gpgconf} with the +option @option{--list-dirs}. Note that the pipe symbol (@code{|}) is +used for a regression test suite hack and may thus not be used in the +file name. @ifset gpgtwoone @item --dirmngr-program @var{file} |