diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index 1601730..22e7cdc 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1239,6 +1239,7 @@ class InternalTests(unittest.TestCase): with tempfile.TemporaryDirectory() as tmpdir: with chdir(tmpdir): env = get_fake_env() + env.scratch_dir = tmpdir f = b.DependencyFactory( 'test_dep', |