freebsd-src/usr.sbin/syslogd/tests/Makefile
Olivier Cochard 75ae7e436e 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
2023-10-11 12:24:42 +02:00

6 lines
160 B
Makefile

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