diff options
Diffstat (limited to '')
-rwxr-xr-x | checks/run-gpg | 4 | ||||
-rw-r--r-- | checks/run-gpg.patterns | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/checks/run-gpg b/checks/run-gpg index a9e0e31cc..28d575e95 100755 --- a/checks/run-gpg +++ b/checks/run-gpg @@ -1,6 +1,6 @@ #!/bin/sh -[ -n "$show_cmds" ] && echo "../g10/gpg --homedir . $*" +[ -n "$show_cmds" ] && echo "../g10/gpg --homedir . $*" >&2 if ../g10/gpg --homedir . $* 2>err.tmp.$$ ; then : @@ -10,6 +10,6 @@ else rm err.tmp.$$ exit 1 fi -fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$ +fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$ >&2 rm err.tmp.$$ diff --git a/checks/run-gpg.patterns b/checks/run-gpg.patterns index 9eb355e5b..fde7bbbe7 100644 --- a/checks/run-gpg.patterns +++ b/checks/run-gpg.patterns @@ -9,3 +9,6 @@ gpg: NOTE: secret key 439F02CA is NOT protected. gpg: WARNING: using insecure random number generator gpg: NOTE: signature key expired NOTE: this is a development version! +secret key without public key - skipped +gpg: using secondary key CB879DE9 instead of primary key 439F02CA + |