[SCM] qtwebsockets packaging branch, experimental, updated. debian/5.9.1-1-3-g52fc0ec

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Jul 18 08:25:57 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebsockets.git;a=commitdiff;h=475d04e

The following commit has been merged in the experimental branch:
commit 475d04e6d0b380d949350913591398e4805a3696
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jul 17 22:03:31 2017 +0300

    Run the tests with --max-parallel=1.
    
    In hope it will reduce the number of test failures.
---
 debian/changelog | 3 +++
 debian/rules     | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fa50c7..9138912 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtwebsockets-opensource-src (5.9.1-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Run the tests with --max-parallel=1 in hope it will reduce the
+    number of test failures.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 17 Jul 2017 21:54:40 +0300
 
diff --git a/debian/rules b/debian/rules
index b0d6a46..c9160d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,10 +40,12 @@ override_dh_auto_test-arch:
 # See https://bugreports.qt.io/browse/QTBUG-41448
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 	-LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
-		xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" dh_auto_test -- -Ctests/auto
+		xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
+		dh_auto_test --max-parallel=1 -- -Ctests/auto
 else
 	LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
-		xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" dh_auto_test -- -Ctests/auto
+		xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
+		dh_auto_test --max-parallel=1 -- -Ctests/auto
 endif
 
 # Do not run tests during arch-indep build

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list