________________________________ From: Bruce Richardson <[email protected]> Sent: Tuesday, April 21, 2026 8:52 PM To: [email protected] <[email protected]> Cc: Richardson, Bruce <[email protected]>; Adam Hassick <[email protected]> Subject: [PATCH v4 2/2] test: simplify spawning extra test processes A number of tests require secondary processes or additional primary process instances, so we have common code for managing that in the test binary. Simplify that code a little, in the process removing dependency on procfs on FreeBSD, by using argv[0] as the binary to run, rather than querying procfs for /proc/self/exe (or /proc/curproc/file on FreeBSD). The unit tests should never be running in a way that leads to argv[0] not being the actual test binary. Acked-by: John McNamara <[email protected]>
- Re: [PATCH v2 1/2] test: fix failing tests on Fr... Thomas Monjalon
- Re: [PATCH v2 0/2] Get fast-test suite to run on Fre... Adam Hassick
- [PATCH v3 0/2] Get fast-test suite to run on FreeBSD Bruce Richardson
- [PATCH v3 1/2] test: fix failing tests on FreeBSD Bruce Richardson
- [PATCH v3 2/2] test: simplify spawning extra test pr... Bruce Richardson
- Re: [PATCH v3 2/2] test: simplify spawning extra... Bruce Richardson
- [PATCH v4 0/2] Get fast-test suite to run on FreeBSD Bruce Richardson
- [PATCH v4 1/2] test: fix failing tests on FreeBSD Bruce Richardson
- Re: [PATCH v4 1/2] test: fix failing tests on Fr... Mcnamara, John
- [PATCH v4 2/2] test: simplify spawning extra test pr... Bruce Richardson
- Re: [PATCH v4 2/2] test: simplify spawning extra... Mcnamara, John
- Re: [PATCH v4 0/2] Get fast-test suite to run on Fre... David Marchand

