Skip to content

Do not exit on error with --check

alex requested to merge fix-exit-on-error into master

When using the --check option, Homer should not exit after encountering an error, but rather continue to loop on all resolved IPs and run the checks.

Homer should remember if an error occurred in order to print OK/KO when finishing the checks.

Merge request reports