summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-08-29 19:41:27 +0200
committerJürg Billeter <j@bitron.ch>2019-08-30 07:30:10 +0200
commitd7db365912a2c34118b6e6b8c638d52666f8ecb5 (patch)
tree5b82381417570972d7c10b8e18d7ab240c1d3070 /setup.cfg
parente9978cdd675f1fcf3d0de49bb38908fd25194c8a (diff)
downloadbuildstream-d7db365912a2c34118b6e6b8c638d52666f8ecb5.tar.gz
Set HOME environment variable for tests
This fixes host contamination for tools that use HOME, e.g., bzr.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index cd798bc03..06dcd8fd4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,7 @@ norecursedirs = tests/integration/project integration-cache tmp __pycache__ .egg
python_files = tests/*/*.py
env =
D:BST_TEST_SUITE=True
+ D:HOME=./tmp
D:XDG_CACHE_HOME=./tmp/cache
D:XDG_CONFIG_HOME=./tmp/config
D:XDG_DATA_HOME=./tmp/share