[neon/extras/qcoro/Neon/release] debian: Package tests are too flaky - do not let them fail the pacakge build.

Sandro Knauß null at kde.org
Wed May 4 12:31:29 BST 2022


Git commit ae532be3b4fe34f69e4cedc8a24ee5318278bc15 by Sandro Knauß.
Committed on 27/02/2022 at 04:26.
Pushed by jriddell into branch 'Neon/release'.

Package tests are too flaky - do not let them fail the pacakge build.

M  +3    -0    debian/changelog
M  +3    -0    debian/rules

https://invent.kde.org/neon/extras/qcoro/commit/ae532be3b4fe34f69e4cedc8a24ee5318278bc15

diff --git a/debian/changelog b/debian/changelog
index 9467a7f..c60b942 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qcoro (0.4.0-4) UNRELEASED; urgency=medium
 
+  [ Sandro Knauß ]
+  * Package tests are too flaky - do not let them fail the pacakge
+    build.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 27 Feb 2022 05:22:47 +0100
 
diff --git a/debian/rules b/debian/rules
index 2fe3448..61ab164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,3 +27,6 @@ override_dh_install-indep:
 	rm debian/qcoro-doc/usr/share/doc/qcoro-doc/docs/changelog.md
 	rm -r debian/qcoro-doc/usr/share/doc/qcoro-doc/docs/about
 	rm -r debian/qcoro-doc/usr/share/doc/qcoro-doc/docs/overrides
+
+override_dh_auto_test:
+	- dh_auto_test --no-parallel



More information about the Neon-commits mailing list