[Pkg-gnupg-commit] [gnupg2] 178/205: tests: Disable the migrations tests
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit d696eb396a9c88319358da4333feb653994d5408
Author: Werner Koch <wk at gnupg.org>
Date: Wed May 4 11:31:27 2016 +0200
tests: Disable the migrations tests
* tests/Makefile.am (SUBDIRS): Remove migrations.
* configure.ac (AC_CONFIG_FILES): Remove migrations Makefile.
--
The tests introduced with commit defbc70b require some non-portable
tools like mktemp and basename. They further fail with "make
distcheck". Removed for now.
Signed-off-by: Werner Koch <wk at gnupg.org>
---
configure.ac | 1 -
tests/Makefile.am | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6bbb41f..6aeca17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1899,7 +1899,6 @@ tools/Makefile
doc/Makefile
tests/Makefile
tests/openpgp/Makefile
-tests/migrations/Makefile
tests/pkits/Makefile
g10/gpg.w32-manifest
])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3a2d16..307d829 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,7 @@ else
openpgp =
endif
-SUBDIRS = ${openpgp} . migrations pkits
+SUBDIRS = ${openpgp} . pkits
GPGSM = ../sm/gpgsm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list