[med-svn] [falcon] 10/15: d/tests/control: s/ADTTMP/AUTOPKGTEST_TMP/
Afif Elghraoui
afif at moszumanska.debian.org
Sat Dec 16 08:03:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository falcon.
commit 4f40b16d6c3be3b1222ac22d1a2a747a4845ff48
Author: Afif Elghraoui <afif at debian.org>
Date: Sat Dec 16 02:19:35 2017 -0500
d/tests/control: s/ADTTMP/AUTOPKGTEST_TMP/
---
debian/tests/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 6b21698..22ed87c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,14 +1,14 @@
Test-Command:
export PYTHONPATH=/usr/lib/falcon/pylib;
- cp -r FALCON/test FALCON/test_data $ADTTMP
- && cd $ADTTMP
+ cp -r FALCON/test FALCON/test_data $AUTOPKGTEST_TMP
+ && cd $AUTOPKGTEST_TMP
&& nosetests -v test/
Depends: @, python-nose
Restrictions: allow-stderr
Test-Command:
- cp -r /usr/share/doc/falcon/examples/* $ADTTMP
- && cd $ADTTMP;
+ cp -r /usr/share/doc/falcon/examples/* $AUTOPKGTEST_TMP
+ && cd $AUTOPKGTEST_TMP;
find -name "*.gz" -exec gunzip {} +;
find -name fc_run.cfg -exec sed -i /use_tmpdir/s/true/false/ {} +;
make full-test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git
More information about the debian-med-commit
mailing list