diff options
Diffstat (limited to 'distributed/test.sh')
-rwxr-xr-x | distributed/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distributed/test.sh b/distributed/test.sh index 38116eba5dd1..78f83095e820 100755 --- a/distributed/test.sh +++ b/distributed/test.sh @@ -2,8 +2,11 @@ set -e +rm -f current-load +touch current-load + storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/test.nix) export NIX_BUILD_HOOK="build-remote.pl" -../src/nix-store/nix-store -qnvvvv -j0 $storeExpr +../src/nix-store/nix-store -qnvvvv -j1 $storeExpr |