syslogd: Prevent running tests in parallel

They all use the same listening port.

Approved by:	markj
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D41989
This commit is contained in:
Olivier Cochard 2023-10-11 12:17:40 +02:00
parent 8df9efe877
commit 75ae7e436e

View file

@ -1,3 +1,5 @@
ATF_TESTS_SH+= syslogd_test
# Several syslogd listening on the same port prevent parallel operation
TEST_METADATA+= is_exclusive="true"
.include <bsd.test.mk>