72692dfdfe
These tests create jails with the same name, so they cannot be run in parallel. Reviewed By: lwhsu Differential Revision: https://reviews.freebsd.org/D28482
12 lines
226 B
Makefile
12 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= jail_basic_test
|
|
|
|
${PACKAGE}FILES+= commands.jail.conf
|
|
# The different test cases create jails with the same name.
|
|
TEST_METADATA+= is_exclusive="true"
|
|
|
|
.include <bsd.test.mk>
|