Re: [PATCH 2/2] selftests/exec: Convert execveat test to generate KTAP output

2023-09-28 Thread Kees Cook
On Thu, Sep 28, 2023 at 04:38:12PM +0200, Mark Brown wrote: > Currently the execveat test does not produce KTAP output but rather a > custom format. This means that we only get a pass/fail for the suite, not > for each individual test that the suite does. Convert to using the standard > kselftest o

[PATCH 2/2] selftests/exec: Convert execveat test to generate KTAP output

2023-09-28 Thread Mark Brown
Currently the execveat test does not produce KTAP output but rather a custom format. This means that we only get a pass/fail for the suite, not for each individual test that the suite does. Convert to using the standard kselftest output functions which result in KTAP output being generated. The ma