mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 14:39:34 -04:00
They all use the same listening port. Approved by: markj Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D41989
5 lines
160 B
Makefile
5 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>
|