aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/Makefile.am
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-02-08 13:59:28 +0000
committerIngo Klöcker <[email protected]>2023-02-09 08:33:07 +0000
commit7098c14b231113055535abb14b4cde0c845f8728 (patch)
tree1811fdb1a78954d3528cefec331545e8ca26ed3d /lang/python/tests/Makefile.am
parenttests: Extend tests with an ultimately trusted key (diff)
downloadgpgme-7098c14b231113055535abb14b4cde0c845f8728.tar.gz
gpgme-7098c14b231113055535abb14b4cde0c845f8728.zip
tests: Stop daemons after setting up test environment
* lang/python/tests/Makefile.am, lang/qt/tests/Makefile.am, tests/gpg/Makefile.am, tests/json/Makefile.am (pubring-stamp): Call `gpgconf --kill all` after importing test keys. -- This ensures that no gpg-agents or other daemons are running after "make".
Diffstat (limited to '')
-rw-r--r--lang/python/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 62dddaae..40a26e2a 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -107,6 +107,7 @@ pubring-stamp: $(test_srcdir)/pubdemo.asc gpg-sample.stamp
--import $(test_srcdir)/pubdemo.asc
-$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
--import $(test_srcdir)/secdemo.asc
+ -$(TESTS_ENVIRONMENT) gpgconf --kill all
echo x > ./pubring-stamp
gpg.conf: