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

Pino Toscano pino at moszumanska.debian.org
Fri May 6 19:14:48 UTC 2016


Author: pino
Date: 2016-05-06 19:14:48 +0000 (Fri, 06 May 2016)
New Revision: 20468

Modified:
   kde-extras/ctemplate/trunk/debian/changelog
   kde-extras/ctemplate/trunk/debian/rules
Log:
make tests fatal again

let's try...


Modified: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:11:47 UTC (rev 20467)
+++ kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:14:48 UTC (rev 20468)
@@ -2,7 +2,7 @@
 
   [ Pino Toscano ]
   * Run the tests without multiple parallel jobs, as it seems they conflict
-    or depend on each other.
+    or depend on each other; also make the tests run fatal again.
 
  -- 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:11:47 UTC (rev 20467)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:14:48 UTC (rev 20468)
@@ -9,8 +9,9 @@
 	dh_auto_configure -- --program-prefix=ctemplate-
 
 override_dh_auto_test:
-	# There are some random failures in the tests.
-	-dh_auto_test --max-parallel=1
+	# the tests don't run fine together in parallel or in different order,
+	# so run them sequentially
+	dh_auto_test --max-parallel=1
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list