pub fn run_command(program: &str, args: &[&str], cwd: &Path) -> Result<()>
Helper: run a command and return success/failure.