diff options
Diffstat (limited to 'tests/locking.sh')
-rw-r--r-- | tests/locking.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/locking.sh b/tests/locking.sh index 5728aee93727..ac515fcea480 100644 --- a/tests/locking.sh +++ b/tests/locking.sh @@ -4,7 +4,7 @@ echo "store expr is $storeExpr" for i in $(seq 1 5); do echo "WORKER $i" - $TOP/src/nix-store/nix-store -rvvB "$storeExpr" & + $TOP/src/nix-store/nix-store -rvvvvvB "$storeExpr" & done sleep 5 |