externalProgram

Run an external program that analyze the output from the test suite for test cases that failed.

@safe @safe nothrow
bool
externalProgram

Parameters

cmd ShellCommand

user analyze command to execute on the output

output DrainElement[]

output from the test command to be passed on to the analyze command

report GatherTestCase

the result is stored in the report

Return Value

Type: bool

True if it successfully analyzed the output

Meta