no-extra-tap-tests.patch

text/x-diff

Filename: no-extra-tap-tests.patch
Type: text/x-diff
Part: 0
Message: BF client script runs src/test/modules TAP tests multiple times

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
run_build.pl 2 1
--- run_build.pl~	2026-04-07 18:34:30.112991218 -0400
+++ run_build.pl	2026-04-07 22:33:56.230330171 -0400
@@ -2228,8 +2228,9 @@ sub make_testmodules_install_check
 	my @checklog;
 	unless ($using_msvc)
 	{
+		# skip TAP tests - they are called elsewhere
 		my $cmd =
-		  "cd $pgsql/src/test/modules && $make USE_MODULE_DB=1 installcheck";
+		  "cd $pgsql/src/test/modules && $make USE_MODULE_DB=1 TAP_TESTS= installcheck";
 		@checklog = run_log($cmd);
 	}
 	else