[pyresample] 10/16: Fix test invocation
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Jul 11 19:52:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyresample.
commit 3c85499b0c7e4460a78a67750602b1d5f377bc1c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Jul 11 11:41:46 2015 +0000
Fix test invocation
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4ed990b..9773446 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ pyresample (1.1.3-1) UNRELEASED; urgency=medium
- updated package dependencies
- drop deprecated parameter XS-Testsuite
- fix Vcs-Browser field format
+ * debian/ruels
+ - fix test invocation
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 03 Aug 2014 07:21:08 +0000
diff --git a/debian/rules b/debian/rules
index 71bb010..0403882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
for py in $(PY2VERS); do \
cd $(CURDIR)/build/lib.*-$$py; \
- env PYTHONPATH=. python$$py /usr/bin/nosetests -v -w $(CURDIR)/test; \
+ env PYTHONPATH=. python$$py /usr/bin/nosetests -v -w $(CURDIR)/pyresample/test; \
done
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list