[neon/extras/qcoro/Neon/release] debian: rules: run qt6 tests in non-fatal mode
Pino Toscano
null at kde.org
Wed May 4 12:31:29 BST 2022
Git commit d2d581e72bfca4f583a96c7ab42267b0bf7a07b2 by Pino Toscano.
Committed on 16/04/2022 at 10:49.
Pushed by jriddell into branch 'Neon/release'.
rules: run qt6 tests in non-fatal mode
M +1 -0 debian/changelog
M +1 -0 debian/rules
https://invent.kde.org/neon/extras/qcoro/commit/d2d581e72bfca4f583a96c7ab42267b0bf7a07b2
diff --git a/debian/changelog b/debian/changelog
index 6aa71cc..48fc8a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ qcoro (0.4.0-5) UNRELEASED; urgency=medium
* Backport upstream commit 312f2fca861b4c623481da58241a1139e013ef83 to link
to the atomic library if needed on the architecture; patch
upstream_Build-Check-if-libatomic-is-required.patch. (Closes: #1008615)
+ * Run also the unit tests for the qt6 build in non-fatal mode.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 16 Apr 2022 12:18:23 +0200
diff --git a/debian/rules b/debian/rules
index 2020c48..3348419 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,4 @@ execute_after_dh_install-indep:
override_dh_auto_test:
- dh_auto_test --no-parallel
+ - dh_auto_test --no-parallel --builddirectory=build-Qt6
More information about the Neon-commits
mailing list