mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Rename test group overlay-local-store
-> local-overlay-store
Makes it match the store name (`local-overlay`) and experimental feature name (`local-overlay-store`)._
This commit is contained in:
parent
4b9a621812
commit
2556c4d753
25 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ makefiles += \
|
||||||
tests/local.mk \
|
tests/local.mk \
|
||||||
tests/ca/local.mk \
|
tests/ca/local.mk \
|
||||||
tests/dyn-drv/local.mk \
|
tests/dyn-drv/local.mk \
|
||||||
tests/overlay-local-store/local.mk \
|
tests/local-overlay-store/local.mk \
|
||||||
tests/test-libstoreconsumer/local.mk \
|
tests/test-libstoreconsumer/local.mk \
|
||||||
tests/plugins/local.mk
|
tests/plugins/local.mk
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
overlay-local-store-tests := \
|
local-overlay-store-tests := \
|
||||||
$(d)/check-post-init.sh \
|
$(d)/check-post-init.sh \
|
||||||
$(d)/redundant-add.sh \
|
$(d)/redundant-add.sh \
|
||||||
$(d)/build.sh \
|
$(d)/build.sh \
|
||||||
|
@ -11,4 +11,4 @@ overlay-local-store-tests := \
|
||||||
$(d)/optimise.sh \
|
$(d)/optimise.sh \
|
||||||
$(d)/stale-file-handle.sh
|
$(d)/stale-file-handle.sh
|
||||||
|
|
||||||
install-tests-groups += overlay-local-store
|
install-tests-groups += local-overlay-store
|
Loading…
Reference in a new issue