Package: release.debian.org
Followup-For: Bug #1098225

Oops, here it is
diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/changelog 
node-minipass-3.3.6+~cs9.4.19/debian/changelog
--- node-minipass-3.3.6+~cs9.4.19/debian/changelog      2022-12-03 
18:25:36.000000000 +0100
+++ node-minipass-3.3.6+~cs9.4.19/debian/changelog      2025-02-17 
23:46:16.000000000 +0100
@@ -1,3 +1,10 @@
+node-minipass (3.3.6+~cs9.4.19-1~deb12u1) bookworm; urgency=medium
+
+  * Fix tap reporter in auto test and autopkgtest.
+    Closes: #1098224.
+
+ -- Jérémy Lal <kapouemelix.org>  Mon, 17 Feb 2025 22:46:16 +0000
+
 node-minipass (3.3.6+~cs9.4.19-1) unstable; urgency=medium
 
   * Team upload
diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/rules 
node-minipass-3.3.6+~cs9.4.19/debian/rules
--- node-minipass-3.3.6+~cs9.4.19/debian/rules  2022-12-03 18:23:09.000000000 
+0100
+++ node-minipass-3.3.6+~cs9.4.19/debian/rules  2025-02-17 23:46:16.000000000 
+0100
@@ -10,3 +10,6 @@
 override_dh_installdocs:
        dh_installdocs
        dh_nodejs_autodocs
+
+override_dh_auto_test:
+       tap -J test -R tap
diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test 
node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test
--- node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test      2022-11-28 
18:39:27.000000000 +0100
+++ node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test      2025-02-17 
23:46:16.000000000 +0100
@@ -1,4 +1,4 @@
 if test "$AUTOPKGTEST_TMP" != ""; then
        rm -f test/iteration-unsupported.js
 fi
-tap -J test
+tap -J test -R tap

Reply via email to