diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 14:20:56 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 14:20:37 +0100 |
commit | cbb00b218333fce09e28a8e5eb8730c3945aeb71 (patch) | |
tree | 96f5e3fc6e8bb633cad3e856d3ef7f14e9cf9b0f /community/kea/disable-db-tests.patch | |
parent | 89442b46ccb0f877da416a75e0f073547b0278f4 (diff) | |
download | aports-cbb00b218333fce09e28a8e5eb8730c3945aeb71.zip |
community/kea: move from testing
Diffstat (limited to 'community/kea/disable-db-tests.patch')
-rw-r--r-- | community/kea/disable-db-tests.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/community/kea/disable-db-tests.patch b/community/kea/disable-db-tests.patch new file mode 100644 index 00000000000..4c67ff64a80 --- /dev/null +++ b/community/kea/disable-db-tests.patch @@ -0,0 +1,18 @@ +Tests for MySQL/PostgreSQL/Cassandra integration are kinda broken, they expect +already initialized databases prepared for Kea tests. + +We have to modify the autohelled Makefile.in instead of Makefile.am because Kea +requires old automake-1.15. + +--- a/src/bin/admin/tests/Makefile.in ++++ b/src/bin/admin/tests/Makefile.in +@@ -389,8 +389,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = data . +-SHTESTS = memfile_tests.sh $(am__append_1) $(am__append_2) \ +- $(am__append_3) ++SHTESTS = memfile_tests.sh + noinst_SCRIPTS = $(SHTESTS) + EXTRA_DIST = dhcpdb_create_1.0.mysql dhcpdb_create_1.0.pgsql \ + dhcpdb_create_1.0.cql |