mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between builds
Also output in the status report that the user is very silly
This commit is contained in:
parent
1c7ce2a018
commit
ce2281e6d8
2 changed files with 9 additions and 6 deletions
|
@ -80,11 +80,16 @@ verify
|
|||
|
||||
yes | ./install
|
||||
verify
|
||||
|
||||
cleanup
|
||||
|
||||
echo -n "" | ./install
|
||||
verify
|
||||
cleanup
|
||||
|
||||
sudo mkdir -p /nix/store
|
||||
sudo touch /nix/store/.silly-hint
|
||||
echo -n "" | PINCH_ME_IM_SILLY=true ./install
|
||||
verify
|
||||
test -e /nix/store/.silly-hint
|
||||
cleanup
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue