1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

* Add a test to check whether concurrent garbage collection (i.e.,

running the collector while builds are in progress) works
  correctly.  The test currently fails.
This commit is contained in:
Eelco Dolstra 2005-01-28 20:36:46 +00:00
parent 22cfdfa246
commit a7668411a1
4 changed files with 56 additions and 1 deletions

View file

@ -34,10 +34,11 @@ fallback.sh: fallback.nix
nix-push.sh: dependencies.nix
nix-pull.sh: dependencies.nix
gc.sh: dependencies.nix
gc-concurrent.sh: gc-concurrent.nix
TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \
build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh gc.sh \
verify.sh nix-pull.sh
gc-concurrent.sh verify.sh nix-pull.sh
XFAIL_TESTS =
@ -54,5 +55,6 @@ EXTRA_DIST = $(TESTS) \
build-hook.nix.in build-hook.hook.sh \
substitutes.nix.in substituter.sh \
substitutes2.nix.in substituter2.sh \
gc-concurrent.nix.in gc-concurrent.builder.sh \
fallback.nix.in \
$(wildcard lang/*.nix) $(wildcard lang/*.exp)