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/parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/parallel.sh') diff --git a/tests/parallel.sh b/tests/parallel.sh index 13349e875f11..9b150263a59d 100644 --- a/tests/parallel.sh +++ b/tests/parallel.sh @@ -8,7 +8,7 @@ clearStore rm -f $SHARED.cur $SHARED.max -outPath=$(nix-build -j10000 parallel.nix) +outPath=$(nix-build -j10000 parallel.nix --no-out-link) echo "output path is $outPath" -- cgit 1.4.1