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:
parent
2f1570d46b
commit
141f29c7cc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user