Skip to content

Commit

Permalink
Merge pull request #21115 from dzedro/zl
Browse files Browse the repository at this point in the history
zypper_lifecycle: Info instead of soft fail
  • Loading branch information
dzedro authored Feb 6, 2025
2 parents 322ad2d + 95a6ad5 commit 14de8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/zypper_lifecycle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ EOF
# dash is accepted in prod EOL, despite it does not match zypper lifecycle, see poo#126794
$output = script_output "zypper lifecycle $package", 300;
if (is_sle('=12-sp5') && $output =~ /ImageMagick-config-6-SUSE.*n\/a\*/) {
record_soft_failure 'poo#167602';
record_info 'bsc#1231125', 'poo#167602';
return;
}
unless ($output =~ /$package(-\S+)?\s+($product_eol|-$)/) {
Expand Down

0 comments on commit 14de8fb

Please sign in to comment.