Skip to main content

parse_script_output

Function parse_script_output 

Source
pub fn parse_script_output(
    parser: &OutputParser,
    stdout: &str,
    stderr: &str,
    exit_code: i32,
) -> TestRunResult
Expand description

Parse output from a script adapter using the configured parser.