Added support for antigen (#231)

This commit is contained in:
Hugo Haas
2019-10-01 10:27:11 -07:00
committed by Roey Darwish Dror
parent a2f355b256
commit 179ef615df
3 changed files with 21 additions and 0 deletions

View File

@@ -285,6 +285,12 @@ fn run() -> Result<(), Error> {
|| unix::run_zr(&base_dirs, run_type),
config.no_retry(),
)?;
execute(
&mut report,
"antigen",
|| unix::run_antigen(&base_dirs, run_type),
config.no_retry(),
)?;
execute(
&mut report,
"zplug",