misctests.patch

text/x-diff

Filename: misctests.patch
Type: text/x-diff
Part: 0
Message: Buildfarm misses running some contrib TAP tests

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.orig	2025-11-25 07:47:25.000000000 -0500
+++ run_build.pl	2026-04-07 18:34:30.112991218 -0400
@@ -2511,7 +2511,8 @@ sub run_misc_tests
 		my $testname = basename($testdir);
 
 		# can't test it if we haven't built it
-		next unless scalar glob("$testdir/*.o $testdir/*.obj");
+		my @objfiles = glob("$testdir/*.o $testdir/*.obj");
+		next unless scalar @objfiles;
 
 		# skip sepgsql unless it's marked for testing
 		next