mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
* Removed the locking.sh test; it's redundant because of the extended
parallel.sh test. Also, don't call multiple nix-builds in parallel, since they can race creating .nix-build-tmp-derivation.
This commit is contained in:
parent
8146a0c731
commit
7024a1ef07
5 changed files with 11 additions and 45 deletions
|
@ -3,7 +3,7 @@ TESTS_ENVIRONMENT = $(bash) -e
|
|||
extra1 = $(shell pwd)/test-tmp/shared
|
||||
|
||||
TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
|
||||
locking.sh parallel.sh build-hook.sh substitutes.sh substitutes2.sh \
|
||||
parallel.sh build-hook.sh substitutes.sh substitutes2.sh \
|
||||
fallback.sh nix-push.sh gc.sh gc-concurrent.sh verify.sh nix-pull.sh \
|
||||
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
|
||||
gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \
|
||||
|
@ -20,7 +20,6 @@ EXTRA_DIST = $(TESTS) \
|
|||
simple.nix simple.builder.sh \
|
||||
hash-check.nix \
|
||||
dependencies.nix dependencies.builder*.sh \
|
||||
locking.nix locking.builder.sh \
|
||||
parallel.nix parallel.builder.sh \
|
||||
build-hook.nix build-hook.hook.sh \
|
||||
substituter.sh substituter2.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue