diff options
author | Jürg Billeter <j@bitron.ch> | 2019-11-12 15:35:02 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-12-17 14:18:11 +0100 |
commit | cea7e315b1e7776189cb8575f6687971977d1cd6 (patch) | |
tree | 90b2abb4b400cf65da276d26fc590a7d670afead /tox.ini | |
parent | b696254824e5cc6715924bf16ef6f7c5e0ec2e89 (diff) | |
download | buildstream-cea7e315b1e7776189cb8575f6687971977d1cd6.tar.gz |
testing/runcli.py: Add BST_CAS_STAGING_ROOT environment variable
This is required for testing with userchroot to create staging
directories in a system-specific prefix.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ deps = randomized: pytest-random-order passenv = ARTIFACT_CACHE_SERVICE + BST_CAS_STAGING_ROOT BST_FORCE_BACKEND BST_FORCE_SANDBOX BST_FORCE_START_METHOD |