diff options
Diffstat (limited to 'tests/parallel.sh')
-rw-r--r-- | tests/parallel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel.sh b/tests/parallel.sh index 577e794bf733..c41a28b1ad1a 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" |