From 7024a1ef076cedf4596c9f4b107e85d315242cea Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 25 Mar 2009 16:43:38 +0000 Subject: * 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. --- tests/locking.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/locking.sh (limited to 'tests/locking.sh') diff --git a/tests/locking.sh b/tests/locking.sh deleted file mode 100644 index 4b41de3916a9..000000000000 --- a/tests/locking.sh +++ /dev/null @@ -1,19 +0,0 @@ -source common.sh - -drvPath=$($nixinstantiate locking.nix) - -echo "derivation is $drvPath" - -for i in 1 2 3 4 5; do - echo "WORKER $i" - $nixstore -rvv "$drvPath" & -done - -sleep 5 - -outPath=$($nixstore -qvvf "$drvPath") - -echo "output path is $outPath" - -text=$(cat "$outPath") -if test "$text" != "aabcade"; then exit 1; fi -- cgit 1.4.1