fix syntax of advisory_check_nonmatching_packages in post-fail

You...can't do this like that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-01-03 11:35:40 -08:00
parent 2f1570d46b
commit 141f29c7cc

View File

@ -85,7 +85,7 @@ sub post_fail_hook {
# For update tests, let's do the update package info log stuff,
# it may be useful for diagnosing the cause of the failure
advisory_get_installed_packages;
advisory_check_nonmatching_packages, fatal=>0;
advisory_check_nonmatching_packages(fatal=>0);
1;