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 83c10b5 commit 9db0bb9
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 @@ -14,6 +14,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', 'poo#165992 - Valid metadata not found at specified URL', result => 'fail')
if $log =~ m/Valid metadata not found at specified URL/;
$self->SUPER::post_fail_hook;
}

Expand Down

0 comments on commit 9db0bb9

Please sign in to comment.