summaryrefslogtreecommitdiff
path: root/morphlib/buildenvironment_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-26 11:47:36 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-26 11:47:36 +0100
commit7e4bdc7011564c64d1140eacbab58b875560dfa1 (patch)
treedab4c6037f29069ae500ea1d494feb1085d8f450 /morphlib/buildenvironment_tests.py
parent293f39a24abfa12cc51e1f0633efd58761e18274 (diff)
downloadmorph-7e4bdc7011564c64d1140eacbab58b875560dfa1.tar.gz
Fix how we set TMPDIR in the build environment
Diffstat (limited to 'morphlib/buildenvironment_tests.py')
-rw-r--r--morphlib/buildenvironment_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/buildenvironment_tests.py b/morphlib/buildenvironment_tests.py
index 2c21eeef..f0efdb60 100644
--- a/morphlib/buildenvironment_tests.py
+++ b/morphlib/buildenvironment_tests.py
@@ -32,6 +32,7 @@ class BuildEnvironmentTests(unittest.TestCase):
'ccache-remotedir': '',
'ccache-remotenlevels': 2,
'no-distcc': True,
+ 'staging-chroot': False,
}
self.fake_env = {
'PATH': '/fake_bin',