usr.bin/jail: Fix tests when using kyua -v parallelism=N
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
This commit is contained in:
parent
58de61b996
commit
72692dfdfe
@ -5,5 +5,7 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user