From 98df735b5149bc1e39ce6b0bae13fbf7cebcdc05 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Feb 2005 12:57:13 +0000 Subject: * Propagate the deriver of a path through the substitute mechanism. * Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. --- tests/parallel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/parallel.sh') diff --git a/tests/parallel.sh b/tests/parallel.sh index 0044aaea6080..0cc4ea9c346e 100644 --- a/tests/parallel.sh +++ b/tests/parallel.sh @@ -1,8 +1,8 @@ -storeExpr=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix) +drvPath=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix) -echo "store expr is $storeExpr" +echo "derivation is $drvPath" -outPath=$($TOP/src/nix-store/nix-store -qfvv -j10000 "$storeExpr") +outPath=$($TOP/src/nix-store/nix-store -qfvv -j10000 "$drvPath") echo "output path is $outPath" -- cgit 1.4.1