[med-svn] [python-screed] 01/01: fix the tests

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Aug 22 02:22:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository python-screed.

commit 80667c168b75726da7ae5414eaea955630d157e8
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Fri Aug 21 19:20:06 2015 -0700

    fix the tests
---
 debian/changelog           | 6 ++++++
 debian/tests/run-unit-test | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebaf2f2..fe15fed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-screed (0.9-2) UNRELEASED; urgency=medium
+
+  * Fix autopkgtest testing.
+
+ -- Michael R. Crusoe <crusoe at ucdavis.edu>  Fri, 21 Aug 2015 19:21:37 -0700
+
 python-screed (0.9-1) unstable; urgency=medium
 
   * Update to latest screed
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
old mode 100644
new mode 100755
index b55f614..d77bb43
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -6,5 +6,5 @@ if [ "$ADTTMP" = "" ] ; then
 fi
 cd $ADTTMP
 
-cp -r /usr/lib/python2.7/dist-packages/screed/* .
-nosetests --attr '!known_failing' .
+cp -r /usr/lib/python2.7/dist-packages/screed .
+nosetests --attr '!known_failing' screed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git



More information about the debian-med-commit mailing list