forked from lix-project/lix
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:
parent
b598e5c47c
commit
0b55c8767d
|
@ -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…
Reference in a new issue