diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T10·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T10·55+0000 |
commit | 80faa2f98af8616ab89ac2af63431b887a84fb32 (patch) | |
tree | eb24971c4f7dfe23b1927c055a68f7d4cec47ba2 /tests/parallel.sh | |
parent | 6a0a2d559336b3a7a165fb0f87f5e70caa9d8d72 (diff) |
* In nix-store: change `--build' back to `--realise'. Also brought
back the query flag `--force-realise'. * Fixed some of the tests.
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 d16da3a7ac20..0044aaea6080 100644 --- a/tests/parallel.sh +++ b/tests/parallel.sh @@ -2,7 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix) echo "store expr is $storeExpr" -outPath=$($TOP/src/nix-store/nix-store -qnfvvvv -j10000 "$storeExpr") +outPath=$($TOP/src/nix-store/nix-store -qfvv -j10000 "$storeExpr") echo "output path is $outPath" |