[][src]Function i18n_build::util::run_command_and_check_success

pub fn run_command_and_check_success(
    command_name: &str,
    command: Command
) -> Result<()>

Run the specified command, check that it's output was reported as successful.