[Python-modules-commits] [python-django] 04/08: Run the tests in a directory named "tests"
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Dec 30 18:05:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/master
in repository python-django.
commit 86fd954d85f589bba9cac2350685d46c7a14101a
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Wed Dec 30 18:07:50 2015 +0100
Run the tests in a directory named "tests"
At least until https://code.djangoproject.com/ticket/26017 is fixed.
---
debian/tests/test-suite | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/tests/test-suite b/debian/tests/test-suite
index 8757deb..be8b8fc 100644
--- a/debian/tests/test-suite
+++ b/debian/tests/test-suite
@@ -11,8 +11,8 @@ case $0 in
;;
esac
-cp -a tests $ADTTMP/django-tests
-cd $ADTTMP/django-tests
+cp -a tests $ADTTMP/tests
+cd $ADTTMP/tests
echo "Running “$python ./runtests.py --verbosity 2”"
-LC_ALL=C.UTF-8 $python ./runtests.py --verbosity 2 --parallel 1
+LC_ALL=C.UTF-8 $python ./runtests.py --verbosity 2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git
More information about the Python-modules-commits
mailing list