aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-08-08 14:39:05 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-08-08 15:47:56 +0200
commit05a10dd835923092b54fcad2276d54bf164c1b7f (patch)
tree7397c4567e95fc4a315e3cc0e554a213fd68c67b /tests
parent2053ac774797f237a5335c4232bc1ed8902686cf (diff)
tests/post-hook.sh: Don't put result link in cwd
Diffstat (limited to 'tests')
-rw-r--r--tests/post-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/post-hook.sh b/tests/post-hook.sh
index 54d605d63..a02657215 100644
--- a/tests/post-hook.sh
+++ b/tests/post-hook.sh
@@ -5,7 +5,7 @@ clearStore
export REMOTE_STORE=$TEST_ROOT/remote_store
# Build the dependencies and push them to the remote store
-nix-build dependencies.nix --post-build-hook $PWD/push-to-store.sh
+nix-build -o $TEST_ROOT/result dependencies.nix --post-build-hook $PWD/push-to-store.sh
clearStore