mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Don't put results symlinks in the tests directory
This commit is contained in:
parent
1f7901ec3b
commit
d4c3b6327f
12 changed files with 25 additions and 24 deletions
|
@ -2,7 +2,7 @@ source common.sh
|
|||
|
||||
clearStore
|
||||
|
||||
(cd $TEST_ROOT && nix-build ../dependencies.nix)
|
||||
nix-build dependencies.nix -o $TEST_ROOT/result
|
||||
test "$(cat $TEST_ROOT/result/foobar)" = FOOBAR
|
||||
|
||||
# The result should be retained by a GC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue