Invoked once per task.
the concatenated stream from stdin
, stripped of the PASS
or FAIL
tokens from BatchProcessOptions
.
if defined, includes all text emitted to stderr.
true
iff the PASS
pattern was found in stdout.
an error if the Parser implementation wants to reject the task. It is valid to raise Errors if stderr is undefined.
BatchProcessOptions
Parser implementations convert stdout and stderr from the underlying child process to a more useable format. This can be a no-op passthrough if no parsing is necessary.