mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
cap_sysctl tests: Serialize
These tests fail spuriously when run in parallel, since some of them write a value to a global sysctl, read it back, and expect to see the written value. These tests complete quite quickly in any case. MFC after: 1 week
This commit is contained in:
parent
b60600ceeb
commit
5d96ca7a30
@ -11,6 +11,9 @@ CFLAGS+=-DWITH_CASPER
|
||||
.endif
|
||||
LIBADD+= nv
|
||||
|
||||
TEST_METADATA.sysctl_test+= required_user="root"
|
||||
# cap_sysctl tests modify global sysctl values and read them back, so
|
||||
# cannot be run in parallel.
|
||||
TEST_METADATA.sysctl_test+= required_user="root" \
|
||||
is_exclusive=true
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user