[neon/qt/qbs/Neon/testing] debian: Run tests with --max-parallel=1 to make them more stable.

Dmitry Shachnev null at kde.org
Thu May 20 10:00:34 BST 2021


Git commit d06ca50d71e3e4dbb2f01a1459227f1dd7e56611 by Dmitry Shachnev.
Committed on 21/01/2021 at 17:57.
Pushed by sitter into branch 'Neon/testing'.

Run tests with --max-parallel=1 to make them more stable.

Hopefully this will fix FTBFS on mipsel/mips64el: the issues are not
reproducible on a porterbox.

M  +2    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/d06ca50d71e3e4dbb2f01a1459227f1dd7e56611

diff --git a/debian/changelog b/debian/changelog
index f551ca1..0b38150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qbs (1.18.0-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Run tests with --max-parallel=1 to make them more stable.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 21 Jan 2021 20:55:43 +0300
 
diff --git a/debian/rules b/debian/rules
index df10640..6adefcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 		$(CURDIR)/bin/qbs-setup-qt /usr/bin/qmake qbs_autotests; \
 		[ -n "`$(CURDIR)/bin/qbs-config --list profiles.qbs_autotests.baseProfile`" ] || \
 			$(CURDIR)/bin/qbs-config profiles.qbs_autotests.baseProfile gcc; \
-		LC_ALL=C.UTF-8 dh_auto_test
+		LC_ALL=C.UTF-8 dh_auto_test --max-parallel=1
 endif
 
 override_dh_auto_test-indep:



More information about the Neon-commits mailing list