renice: Prevent running regression tests in parallel

renice_abs_user and renice_rel_user tests modify global state, so they
are not compatible with parallel execution.

Reviewed by:	asomers
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D36720
This commit is contained in:
Olivier Cochard 2022-09-30 00:21:22 +02:00
parent cdfe82d35a
commit c8b6939dfa

View File

@ -1,3 +1,4 @@
ATF_TESTS_SH+= renice_test
TEST_METADATA.renice_test+= is_exclusive="true"
.include <bsd.test.mk>