tests/functional2: rename binary cache directory for easier debugging which (cache) cache is being used

Change-Id: Id5a446422a8e1535ada723115bb2d8a10b0f2b8a
This commit is contained in:
Commentator2.0
2026-01-15 11:37:02 +00:00
committed by Rutile
parent 63b0a01d75
commit 455724d9dc
+1 -1
View File
@@ -194,7 +194,7 @@ class ManagedEnv:
nix_conf_dir=self._get_dir("etc/nix"),
nix_bin_dir=lix_bin,
real_store_dir=self._get_dir("nix/store"),
cache_dir=self._get_dir("binary-cache"),
cache_dir=self._get_dir("test-binary-cache"),
xdg_cache_home=self._get_dir("test-home/.cache"),
tmpdir=self._get_dir("tmp"),
)