aboutsummaryrefslogtreecommitdiff
path: root/tests/parallel.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-18 14:48:42 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-18 14:48:42 +0000
commitc183ee5c79dd356262c3d7c31e3aace09045671f (patch)
treeb137abedbac6bdc12022c219eeeb3990cc88ccc9 /tests/parallel.sh
parent1dcf208f562d853909ad53772c208dcb2a73de88 (diff)
* Acquire the locks on the output paths before trying to run the build
hook. This fixes a problem with log files being partially or completely filled with 0's because another nix-store process truncates the log file. It should also be more efficient.
Diffstat (limited to 'tests/parallel.sh')
-rw-r--r--tests/parallel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel.sh b/tests/parallel.sh
index 577e794bf..c41a28b1a 100644
--- a/tests/parallel.sh
+++ b/tests/parallel.sh
@@ -2,7 +2,7 @@ source common.sh
clearStore
-outPath=$($nixbuild -vv -j10000 parallel.nix)
+outPath=$($nixbuild -j10000 parallel.nix)
echo "output path is $outPath"