From 80faa2f98af8616ab89ac2af63431b887a84fb32 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Jan 2005 10:55:33 +0000 Subject: * In nix-store: change `--build' back to `--realise'. Also brought back the query flag `--force-realise'. * Fixed some of the tests. --- tests/parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/parallel.sh') 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" -- cgit 1.4.1