diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T22·28-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T22·28-0400 |
commit | 67c6f3eded7dcb7c79243ed41f177c960f2b6aad (patch) | |
tree | 792842e32598a9201fcee341469799e936da9dfa /tests/nix-push.sh | |
parent | 50395b71a90314abfcc39d8343dbaa8e9aa199a6 (diff) |
nix-push: Support generating a manifest again
This makes all the tests succeed. Woohoo!
Diffstat (limited to 'tests/nix-push.sh')
-rw-r--r-- | tests/nix-push.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/nix-push.sh b/tests/nix-push.sh index 69f05141af69..8ea59516c62c 100644 --- a/tests/nix-push.sh +++ b/tests/nix-push.sh @@ -1,5 +1,7 @@ source common.sh +clearStore + drvPath=$(nix-instantiate dependencies.nix) outPath=$(nix-store -r $drvPath) @@ -7,4 +9,4 @@ echo "pushing $drvPath" mkdir -p $TEST_ROOT/cache -nix-push --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath +nix-push --dest $TEST_ROOT/cache --manifest $drvPath --bzip2 |