mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
* Make sure that no build hook is set by default in the tests.
* Don't use `seq' - some primitive, obsolete operating systems (Darwin) don't have it.
This commit is contained in:
parent
1eddee59f2
commit
8f1dcdfc0a
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \
|
|||
NIX_LOG_DIR=$(TEST_ROOT)/log \
|
||||
NIX_STATE_DIR=$(TEST_ROOT)/state \
|
||||
NIX_DB_DIR=$(TEST_ROOT)/db \
|
||||
NIX_BUILD_HOOK= \
|
||||
TOP=$(shell pwd)/.. \
|
||||
SHARED=$(extra1) \
|
||||
$(SHELL) -e -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue