This message comes up on stretch no matter what version you're installing,
so it's ignored until the qa tester runs on bullseye or later.
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
return;
}
}
+ if ($subpage eq 'Installing Evergreen database pre-requisites') {
+ # This message is thrown on stretch regardless of the version being installed.
+ if ($line =~ /Please install the latest packages .postgresql-14/) {
+ print DEBUG "error skipped, $error_count\n";
+ print STDOUT "error skipped, $error_count\n";
+ return;
+ }
+ }
$error_count++;
print DEBUG "error counted, $error_count\n";
print STDOUT "error counted, $error_count\n";