From 141f29c7ccface17689d7402ab1fb59f01febd1c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 3 Jan 2019 11:35:40 -0800 Subject: [PATCH] fix syntax of advisory_check_nonmatching_packages in post-fail You...can't do this like that. Signed-off-by: Adam Williamson --- lib/installedtest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installedtest.pm b/lib/installedtest.pm index c62510e4..6710ec60 100644 --- a/lib/installedtest.pm +++ b/lib/installedtest.pm @@ -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;