On Mon, Nov 9, 2020 at 11:29 PM David Gow davidgow@google.com wrote:
Currently, kunit_tool expects all diagnostic lines in test results to contain ": " somewhere, as both the subtest header and the crash report do. Fix this to accept any line starting with (minus indent) "# " as being a valid diagnostic line.
This matches what the TAP spec[1] and the draft KTAP spec[2] are expecting.
Signed-off-by: David Gow davidgow@google.com
Reviewed-by: Brendan Higgins brendanhiggins@google.com