[neon/extras/qcoro/Neon/release] debian: make tests fatal again
Pino Toscano
null at kde.org
Mon Jul 25 15:06:18 BST 2022
Git commit 4afd69b5b22e5260ae1d28519855f9ccf243c9cd by Pino Toscano.
Committed on 10/07/2022 at 16:45.
Pushed by jriddell into branch 'Neon/release'.
make tests fatal again
M +2 -0 debian/changelog
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/qcoro/commit/4afd69b5b22e5260ae1d28519855f9ccf243c9cd
diff --git a/debian/changelog b/debian/changelog
index af3de08..f7b57f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qcoro (0.6.0-3) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Make the tests fatal again, as they seem to be stable with qcoro 0.6.0.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 10 Jul 2022 18:40:36 +0200
diff --git a/debian/rules b/debian/rules
index 3348419..180aa6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,5 +29,5 @@ execute_after_dh_install-indep:
rm -r debian/qcoro-doc/usr/share/doc/qcoro-doc/docs/overrides
override_dh_auto_test:
- - dh_auto_test --no-parallel
- - dh_auto_test --no-parallel --builddirectory=build-Qt6
+ dh_auto_test --no-parallel
+ dh_auto_test --no-parallel --builddirectory=build-Qt6
More information about the Neon-commits
mailing list