[Python-modules-commits] [more-itertools] 01/02: Fix typo in test control file

Ethan Ward ethanward-guest at moszumanska.debian.org
Mon Jul 31 18:55:16 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository more-itertools.

commit acee96928969c39ae3c83ca7a8460f23288a5cc6
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Mon Jul 31 13:18:07 2017 -0500

    Fix typo in test control file
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index c03c638..8267821 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Test-Command: set -e
- ; cp -r tests "$AUTOPKGTEST_TMP"
+ ; cp -r more_itertools/tests "$AUTOPKGTEST_TMP"
  ; for py in $(pyversions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
@@ -10,7 +10,7 @@ Depends: python-all,
          python-nose
 
 Test-Command: set -e
- ; cp -r tests "$AUTOPKGTEST_TMP"
+ ; cp -r more_itertools/tests "$AUTOPKGTEST_TMP"
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/more-itertools.git



More information about the Python-modules-commits mailing list