[Functions] ROBOTestFrame/runrobo

[top][parent][index]

FUNCTION

Run robodoc with the given set of arguments and capture all output to stdout en stderr.

SOURCE

sub runrobo
{
    run( [ $robo, @_ ], \my( $in, $out, $err ) );
    return ($out, $err);
}