debian/tests/control: Give Test-Commands meaningful names.

This commit is contained in:
Christoph Berg 2021-09-29 17:12:14 +02:00
parent 1cf2f4cc49
commit 73e419a03c
2 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <team+postgresql@tracker.debian.org> Fri, 20 Aug 2021 10:54:10 +0200

View file

@ -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,