Skip to content
Snippets Groups Projects
Commit bdff9a6b authored by Guilhem Moulin's avatar Guilhem Moulin
Browse files

Revert "Skip tests appropriately"

This is not needed as of Debhelper compat level ≥13, cf.
https://udd.debian.org/lintian-tag/override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS

The lintian bug is tracked at https://bugs.debian.org/950455 .

This reverts commit ca9a5cf0.
parent 24eaf410
No related branches found
No related tags found
No related merge requests found
Pipeline #824265 passed
......@@ -3,7 +3,6 @@
dh $@ --buildsystem=phppear --with phppear
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# without --process-isolation there is a weird race condition
# causing the tests to fails GnuPG when can't use /run/user/$UID as
# socket directory (for instance because it's not there) and uses
......@@ -11,7 +10,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# test seems to cause problems when it contains the agent socket
phpunit --include-path Crypt_GPG-*/ Crypt_GPG-*/tests \
--process-isolation --exclude-group write
endif
execute_after_dh_install:
# not needed with gpg >=2.1.13 (Crypt_GPG uses `--pinentry-mode loopback` instead)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment