History log of /freebsd/usr.bin/renice/tests/Makefile (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0
# c8b6939d 30-Sep-2022 Olivier Cochard <olivier@FreeBSD.org>

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
Sponsore

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

show more ...


# 7ccdad90 25-Aug-2022 Dag-Erling Smørgrav <des@FreeBSD.org>

renice: add unit tests.

Sponsored by: Klara, Inc.