From: Michael R. Crusoe Date: Sun, 17 Nov 2019 17:38:56 +0000 (+0100) Subject: set HOME for autopkgtests X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~79 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a54a17724b162b43b561c86a871e92006e87f97a;p=python-pysam.git set HOME for autopkgtests --- diff --git a/debian/tests/control b/debian/tests/control index 3c2c2e0..5305fbb 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,7 @@ -Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest +Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest Depends: @builddeps@, python-pysam Restrictions: allow-stderr, rw-build-tree -Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 +Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 Depends: @builddeps@, python3-pysam, Restrictions: allow-stderr, rw-build-tree