Skip to content

Commit

Permalink
Detect and reference poo#165992 if applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Sep 20, 2024
1 parent 0fbbb93 commit 0359994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/containers/build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sub post_fail_hook ($self) {
upload_logs 'docker_build.txt';
my $log = script_output('cat docker_build.txt');
record_info('docker build', $log, result => 'fail');
record_info('poo#165992', 'Valid metadata not found at specified URL: https://progress.opensuse.org/issues/165992', result => 'fail')
if $log =~ m/Valid metadata not found at specified URL/;
$self->SUPER::post_fail_hook;
}

Expand Down

0 comments on commit 0359994

Please sign in to comment.