From 455724d9dc9e0541232c2f2c253d755243fd7be3 Mon Sep 17 00:00:00 2001 From: "Commentator2.0" Date: Mon, 22 Dec 2025 20:33:49 +0100 Subject: [PATCH] tests/functional2: rename binary cache directory for easier debugging which (cache) cache is being used Change-Id: Id5a446422a8e1535ada723115bb2d8a10b0f2b8a --- tests/functional2/testlib/fixtures/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional2/testlib/fixtures/env.py b/tests/functional2/testlib/fixtures/env.py index ff1e1e526..3f8003ee0 100644 --- a/tests/functional2/testlib/fixtures/env.py +++ b/tests/functional2/testlib/fixtures/env.py @@ -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"), )