mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Trace gpg stderr config output during epg-tests (Bug#23561)
This commit is contained in:
parent
bc7ed164b8
commit
4d42d1d351
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ version requirement is met."
|
|||
(defun epg-config--make-gpg-configuration (program)
|
||||
(let (config groups type args)
|
||||
(with-temp-buffer
|
||||
(apply #'call-process program nil (list t nil) nil
|
||||
(apply #'call-process program nil
|
||||
(list t (and (boundp 'trace-level) (> trace-level 0))) nil
|
||||
(append (if epg-gpg-home-directory
|
||||
(list "--homedir" epg-gpg-home-directory))
|
||||
'("--with-colons" "--list-config")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue