mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +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
|
@ -28,7 +28,7 @@ if badDrv2=$(nix-store --add $TEST_ROOT/bad.drv); then
|
|||
fi
|
||||
|
||||
# Now build the good derivation.
|
||||
goodOut2=$(nix-build ./secure-drv-outputs.nix -A good)
|
||||
goodOut2=$(nix-build ./secure-drv-outputs.nix -A good --no-out-link)
|
||||
test "$goodOut" = "$goodOut2"
|
||||
|
||||
if ! test -e "$goodOut"/good; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue