set HOME for autopkgtests
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Sun, 17 Nov 2019 17:38:56 +0000 (18:38 +0100)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Sun, 17 Nov 2019 17:38:56 +0000 (18:38 +0100)
debian/tests/control

index 3c2c2e0c4c308c7b18218168d5f2703359c8d8ef..5305fbb2789c58c848dd6f4c33b3e84ef656d1e2 100644 (file)
@@ -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