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
|
|
@ -7,6 +7,6 @@ if nix-instantiate --readonly-mode ./import-derivation.nix; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
outPath=$(nix-build ./import-derivation.nix)
|
||||
outPath=$(nix-build ./import-derivation.nix --no-out-link)
|
||||
|
||||
[ "$(cat $outPath)" = FOO579 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue