diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-25T16·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-25T16·43+0000 |
commit | 7024a1ef076cedf4596c9f4b107e85d315242cea (patch) | |
tree | 70534f32c233fc1d6b1ef27441020ff6d12805ad /tests/locking.builder.sh | |
parent | 8146a0c7313b95b4cc24776cc609efc846b0a38e (diff) |
* Removed the locking.sh test; it's redundant because of the extended
parallel.sh test. Also, don't call multiple nix-builds in parallel, since they can race creating .nix-build-tmp-derivation.
Diffstat (limited to 'tests/locking.builder.sh')
-rw-r--r-- | tests/locking.builder.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh deleted file mode 100644 index 4cb5eb379806..000000000000 --- a/tests/locking.builder.sh +++ /dev/null @@ -1,6 +0,0 @@ -sleep 3 - -# Use `>>'; without proper locking this will cause text duplication. -echo -n $(cat $inputs)$text >> $out - -sleep 2 \ No newline at end of file |