diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-18T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-18T13·15+0000 |
commit | 1dcf208f562d853909ad53772c208dcb2a73de88 (patch) | |
tree | b7f79afeb5bc7531c63dead1567913bed523a781 /tests/parallel.sh | |
parent | 93b6926054b0b339d310a3075a677a65676c7c11 (diff) |
* Clean up some tests (use nix-build where appropriate).
Diffstat (limited to 'tests/parallel.sh')
-rw-r--r-- | tests/parallel.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/parallel.sh b/tests/parallel.sh index 84326978e74e..577e794bf733 100644 --- a/tests/parallel.sh +++ b/tests/parallel.sh @@ -1,10 +1,8 @@ source common.sh -drvPath=$($nixinstantiate parallel.nix) +clearStore -echo "derivation is $drvPath" - -outPath=$($nixstore -qfvv -j10000 "$drvPath") +outPath=$($nixbuild -vv -j10000 parallel.nix) echo "output path is $outPath" |