From a54a17724b162b43b561c86a871e92006e87f97a Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sun, 17 Nov 2019 18:38:56 +0100 Subject: [PATCH] set HOME for autopkgtests --- debian/tests/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2