mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01:00
Disable the eval-store test when using the daemon
Using the daemon will break most of the assumptions of this test, so
it’s as simple to just disable it
(cherry picked from commit 0b55c8767d)
This commit is contained in:
parent
93d0a99f8b
commit
45a2ef5a6d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
source common.sh
|
||||
|
||||
requireDaemonNewerThan "2.4pre20210727"
|
||||
# Using `--eval-store` with the daemon will eventually copy everything
|
||||
# to the build store, invalidating most of the tests here
|
||||
needLocalStore
|
||||
|
||||
eval_store=$TEST_ROOT/eval-store
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue