On Fri, Aug 8, 2025 at 9:46 AM Jacob Champion <jacob.champ...@enterprisedb.com> wrote: > Is the buildfarm client trying to build that directory explicitly?
Ah, yeah: > foreach my $testdir ( > glob( > "$pgsql/src/test/modules/* > $pgsql/src/interfaces/* > $pgsql/src/tools/*" > ) > ) Before this commit, there was no t/ directory to get caught by the buildfarm. We've had to work around this in past, it looks like: > next if $testname =~ /ssl/ && !$using_ssl; Thinking... --Jacob