]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kqueue tests: Simplify the test runner
authorMark Johnston <markj@FreeBSD.org>
Wed, 25 May 2022 00:17:04 +0000 (20:17 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 25 May 2022 00:17:41 +0000 (20:17 -0400)
commit68fe988a40ca5dedec426735f52471d9af7bddbd
treecbf6ecbff79fa4890bf97a214b5d22f58d243455
parentd6d4f9b45e0be306bdaf53b2133b2cd0f7642167
kqueue tests: Simplify the test runner

Just invoke the test program directly instead of trying to convert its
output to TAP format.  The test suite is all or nothing; there's no way
to enumerate individual test cases, so there's no advantage in trying to
massage its output, and doing so throws away information that's useful
when diagnosing test failures.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
ObsoleteFiles.inc
tests/sys/kqueue/libkqueue/Makefile
tests/sys/kqueue/libkqueue/kqueue_test.sh [deleted file]