tags 1108812 patch
thanks

Hi.

I've just read the last message from the author in github. Apparently
the failing test needs quite a number of changes to be correct.

I would suggest to just disable it for trixie, as in the attached patch.

Note: I've forked the project here:

https://salsa.debian.org/sanvila/remake

and I've checked that the patch works (i.e. the disabled test does
not appear in the new build log).

[ p.s. I also suggest fixing the trivial typo in debian/control ]

Thanks.
>From db4ed55ec5772dd72fc9f942a4e6ae01687dd6ad Mon Sep 17 00:00:00 2001
From: Santiago Vila <sanv...@debian.org>
Date: Fri, 11 Jul 2025 03:35:00 +0200
Subject: [PATCH 1/3] Disable flaky test output-sync. Closes: #1108812.

---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index b1f1797..e3326e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,7 @@ override_dh_auto_configure:
 override_dh_install:
 	rm -rf debian/remake/usr/include
 	dh_install
+
+override_dh_auto_test:
+	rm -f tests/scripts/features/output-sync
+	dh_auto_test
-- 
2.47.2

Reply via email to