[Python-apps-commits] r8492 - in packages/sinntp/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Apr 18 20:47:58 UTC 2012


    Date: Wednesday, April 18, 2012 @ 20:47:54
  Author: jwilk
Revision: 8492

Run tests with --verbose.

Modified:
  packages/sinntp/trunk/debian/changelog
  packages/sinntp/trunk/debian/rules

Modified: packages/sinntp/trunk/debian/changelog
===================================================================
--- packages/sinntp/trunk/debian/changelog	2012-04-18 20:46:45 UTC (rev 8491)
+++ packages/sinntp/trunk/debian/changelog	2012-04-18 20:47:54 UTC (rev 8492)
@@ -9,8 +9,9 @@
     + Update debian/copyright URI.
   * Update the copyright file.
   * Use xargs to iterate over all Python versions.
+  * Run tests with --verbose.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 18 Apr 2012 22:46:09 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 18 Apr 2012 22:47:03 +0200
 
 sinntp (1.4-1) unstable; urgency=low
 

Modified: packages/sinntp/trunk/debian/rules
===================================================================
--- packages/sinntp/trunk/debian/rules	2012-04-18 20:46:45 UTC (rev 8491)
+++ packages/sinntp/trunk/debian/rules	2012-04-18 20:47:54 UTC (rev 8492)
@@ -11,7 +11,7 @@
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	$(python_all) tests.py
+	$(python_all) tests.py --verbose
 endif
 
 # vim:ts=4 sw=4 noet




More information about the Python-apps-commits mailing list