rev 20467 - kde-extras/ctemplate/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Fri May 6 19:11:47 UTC 2016


Author: pino
Date: 2016-05-06 19:11:47 +0000 (Fri, 06 May 2016)
New Revision: 20467

Modified:
   kde-extras/ctemplate/trunk/debian/changelog
   kde-extras/ctemplate/trunk/debian/rules
Log:
run tests without multiple parallel jobs

it seems they conflict or depend on each other


Modified: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:08:31 UTC (rev 20466)
+++ kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:11:47 UTC (rev 20467)
@@ -1,5 +1,8 @@
 ctemplate (2.3-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Run the tests without multiple parallel jobs, as it seems they conflict
+    or depend on each other.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 06 May 2016 21:08:15 +0200
 

Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:08:31 UTC (rev 20466)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:11:47 UTC (rev 20467)
@@ -10,7 +10,7 @@
 
 override_dh_auto_test:
 	# There are some random failures in the tests.
-	-dh_auto_test
+	-dh_auto_test --max-parallel=1
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list