From ce2281e6d86aa1b461dd27f86b2a71145e85ac8d Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 13 Jul 2017 18:01:22 -0400 Subject: 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 --- tests/install-darwin.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/install-darwin.sh b/tests/install-darwin.sh index b7f874672..3f64944ef 100755 --- a/tests/install-darwin.sh +++ b/tests/install-darwin.sh @@ -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 ) -- cgit v1.2.3