[Python-apps-commits] r9891 - in packages/pybik/trunk/debian (3 files)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Fri Jul 19 16:05:06 UTC 2013


    Date: Friday, July 19, 2013 @ 16:05:03
  Author: barcc-guest
Revision: 9891

Use xvfb in autopkgtest

Modified:
  packages/pybik/trunk/debian/changelog
  packages/pybik/trunk/debian/tests/all
  packages/pybik/trunk/debian/tests/control

Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog	2013-07-19 04:41:49 UTC (rev 9890)
+++ packages/pybik/trunk/debian/changelog	2013-07-19 16:05:03 UTC (rev 9891)
@@ -1,3 +1,12 @@
+pybik (1.1-2) unstable; urgency=low
+
+  [ Martin Pitt ]
+  * Use xvfb in autopkgtest. (Closes: #717126)
+  * Only run the "min" and "preferences" tests in autopkgtest, as the full
+    test suite takes way too long (and might not even succeed) under xvfb.
+
+ -- B. Clausius <barcc at gmx.de>  Wed, 17 Jul 2013 23:03:10 +0200
+
 pybik (1.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pybik/trunk/debian/tests/all
===================================================================
--- packages/pybik/trunk/debian/tests/all	2013-07-19 04:41:49 UTC (rev 9890)
+++ packages/pybik/trunk/debian/tests/all	2013-07-19 16:05:03 UTC (rev 9891)
@@ -1,2 +1,2 @@
 #!/bin/sh
-pybik --test
+xvfb-run pybik --test=min --test=preferences

Modified: packages/pybik/trunk/debian/tests/control
===================================================================
--- packages/pybik/trunk/debian/tests/control	2013-07-19 04:41:49 UTC (rev 9890)
+++ packages/pybik/trunk/debian/tests/control	2013-07-19 16:05:03 UTC (rev 9891)
@@ -1,2 +1,2 @@
 Tests: all
-Depends: @
+Depends: @, xvfb




More information about the Python-apps-commits mailing list