extract_execution_result

Function extract_execution_result 

Source
pub async fn extract_execution_result(
    temp_node: &DynNode,
    options: RunCommandOptions,
    expected_path: Option<&PathBuf>,
) -> Result<String, ProviderError>
Expand description

Executes a command on a temporary node and extracts the execution result either from the standard output or a file.