[Python-modules-commits] [python-cups] 01/02: Change directory to $ADTTMP before running Debian tests

Ondřej Nový onovy-guest at moszumanska.debian.org
Tue Apr 19 20:09:36 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository python-cups.

commit 5ce3f1be14e6db8cd676fce6bfe0698be1bf3e76
Author: Ondřej Nový <novy at ondrej.org>
Date:   Tue Apr 19 22:08:28 2016 +0200

    Change directory to $ADTTMP before running Debian tests
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 2e6c1a0..2cc9210 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Depends: python-cups
-Test-Command: python -c "import cups"
+Test-Command: cd "$ADTTMP" ; python -c "import cups"
 
 Depends: python3-cups
-Test-Command: python3 -c "import cups"
+Test-Command: cd "$ADTTMP" ; python3 -c "import cups"

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



More information about the Python-modules-commits mailing list