mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
* Allow `make check' to work in directories that have symlink
components.
This commit is contained in:
parent
37d1b1cafd
commit
fdea084c36
3 changed files with 25 additions and 23 deletions
|
@ -1,5 +1,8 @@
|
|||
set -e
|
||||
|
||||
# Maybe the build directory is symlinked.
|
||||
export NIX_IGNORE_SYMLINK_STORE=1
|
||||
|
||||
export TEST_ROOT=$(pwd)/test-tmp
|
||||
export NIX_STORE_DIR=$TEST_ROOT/store
|
||||
export NIX_DATA_DIR=$TEST_ROOT/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue