Add zr support (#216)

This commit is contained in:
Jonathan Dahan
2019-09-05 02:37:42 -04:00
committed by Roey Darwish Dror
parent 8743236acb
commit 94c0102885
3 changed files with 23 additions and 0 deletions

View File

@@ -260,6 +260,12 @@ fn run() -> Result<(), Error> {
#[cfg(unix)]
{
execute(
&mut report,
"zr",
|| unix::run_zr(&base_dirs, run_type),
config.no_retry(),
)?;
execute(
&mut report,
"zplug",