[Python-modules-commits] [fake-factory] 01/17: Remove debugging output from debian/rules
Christopher Baines
cbaines-guest at moszumanska.debian.org
Sat Mar 19 17:22:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
cbaines-guest pushed a commit to branch master
in repository fake-factory.
commit 0166af2c733b7bc5f28b3bc9a9682f1879d09620
Author: Christopher Baines <mail at cbaines.net>
Date: Sun Feb 28 02:02:55 2016 +0000
Remove debugging output from debian/rules
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1f9f676..b39e9fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ export PYBUILD_NAME=fake-factory
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
set -ex ; for i in $(PYTHONS) $(PYTHON3S) ; do \
- python$$i -c "import faker.tests"; \
- pwd; ls -l; find faker/tests; python$$i -W default -m unittest --verbose faker.tests ; \
+ python$$i -W default -m unittest --verbose faker.tests ; \
done
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fake-factory.git
More information about the Python-modules-commits
mailing list