Skip to content
Snippets Groups Projects
Commit b87838ce authored by Ondřej Nový's avatar Ondřej Nový
Browse files

d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP

parent 52b4c2c7
No related branches found
No related tags found
No related merge requests found
python-pyforge (1.3.0-4) UNRELEASED; urgency=medium
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:19:16 +0200
python-pyforge (1.3.0-3) unstable; urgency=medium
* Add python3-all to dependencies for autopkgtest tests.
......
#!/bin/sh
set -e -u
cp -a README.rst tests/ "$ADTTMP"
cd "$ADTTMP/tests/"
cp -a README.rst tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
export PYTHONWARNINGS=d
for py in $(pyversions -i); do
$py -m nose -v 2>&1
......
#!/bin/sh
set -e -u
cp -a README.rst tests/ "$ADTTMP"
cd "$ADTTMP/tests/"
cp -a README.rst tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
export PYTHONWARNINGS=d
for py in $(py3versions -i); do
$py -m nose -v 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment