From 73e419a03c76357a59e3a5aaa3cfdcc598e3de4b Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 29 Sep 2021 17:12:14 +0200 Subject: [PATCH] debian/tests/control: Give Test-Commands meaningful names. --- debian/changelog | 2 ++ debian/tests/control | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e90afe..b556377 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ patroni (2.1.1-2) UNRELEASED; urgency=medium + [ Christoph Berg ] + * debian/tests/control: Give Test-Commands meaningful names. -- Debian PostgreSQL Maintainers Fri, 20 Aug 2021 10:54:10 +0200 diff --git a/debian/tests/control b/debian/tests/control index 632534c..c554e1e 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,5 @@ # consul +Features: test-name=acceptance-consul Depends: consul, moreutils, @@ -11,6 +12,7 @@ Test-Command: debian/tests/acceptance consul Restrictions: allow-stderr # etcd +Features: test-name=acceptance-etcd Depends: etcd-server, moreutils, @@ -22,7 +24,8 @@ Depends: Test-Command: debian/tests/acceptance etcd Restrictions: allow-stderr -# zookeper +# zookeeper +Features: test-name=acceptance-zookeeper Depends: zookeeperd, moreutils,