[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. 2e3cf936e8d90f825f9c5804c3049a2cf9a27481

Ole Streicher debian at liska.ath.cx
Fri Apr 12 18:21:19 UTC 2013


The following commit has been merged in the debian branch:
commit 2e3cf936e8d90f825f9c5804c3049a2cf9a27481
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Apr 10 16:22:11 2013 +0200

    increase test verbosity to catch bigendian FTBS

diff --git a/debian/changelog b/debian/changelog
index 065cb81..d5ff26f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-astropy (0.2.1-1~exp2) experimental; urgency=low
+
+  * increase test verbosity to catch bigendian FTBS
+
+ -- Ole Streicher <debian at liska.ath.cx>  Wed, 10 Apr 2013 16:21:00 +0200
+
 python-astropy (0.2.1-1~exp1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 9387827..7baa107 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_clean:
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 test-python%:
-	python$* setup.py test -vv
+	python$* setup.py test -vv --args -v
 
 override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
 endif

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list