From d4c3b6327ff88273462cec57b0e2805d333c386e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Sep 2012 19:14:15 -0400 Subject: Don't put results symlinks in the tests directory --- tests/nix-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/nix-build.sh') diff --git a/tests/nix-build.sh b/tests/nix-build.sh index d575e9aae9f0..dc0e99c73621 100644 --- a/tests/nix-build.sh +++ b/tests/nix-build.sh @@ -2,7 +2,7 @@ source common.sh clearStore -(cd $TEST_ROOT && nix-build ../dependencies.nix) +nix-build dependencies.nix -o $TEST_ROOT/result test "$(cat $TEST_ROOT/result/foobar)" = FOOBAR # The result should be retained by a GC. -- cgit 1.4.1