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
This commit is contained in:
regnat 2021-10-15 14:15:43 +02:00
parent b598e5c47c
commit 0b55c8767d
1 changed files with 3 additions and 1 deletions

View File

@ -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