diff options
author | Jürg Billeter <j@bitron.ch> | 2019-08-29 19:41:27 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-08-30 07:30:10 +0200 |
commit | d7db365912a2c34118b6e6b8c638d52666f8ecb5 (patch) | |
tree | 5b82381417570972d7c10b8e18d7ab240c1d3070 /tox.ini | |
parent | e9978cdd675f1fcf3d0de49bb38908fd25194c8a (diff) | |
download | buildstream-d7db365912a2c34118b6e6b8c638d52666f8ecb5.tar.gz |
Set HOME environment variable for tests
This fixes host contamination for tools that use HOME, e.g., bzr.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ passenv = # setenv = py{35,36,37}: COVERAGE_FILE = {envtmpdir}/.coverage + py{35,36,37}: HOME = {envtmpdir} py{35,36,37}: XDG_CACHE_HOME = {envtmpdir}/cache py{35,36,37}: XDG_CONFIG_HOME = {envtmpdir}/config py{35,36,37}: XDG_DATA_HOME = {envtmpdir}/share |