diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·08+0000 |
commit | 066da4ab852ebe4288536149824ea175dc36cad4 (patch) | |
tree | d9258a2d224a0574c0135cd799cb704fc8c25433 /tests/nix-push.sh | |
parent | c6290e42bc8890e2036013773a98e3551352c91a (diff) |
* Really fix the substitute mechanism, i.e., ensure the closure
invariant by registering references through the manifest. * Added a test for nix-pull.
Diffstat (limited to 'tests/nix-push.sh')
-rw-r--r-- | tests/nix-push.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/nix-push.sh b/tests/nix-push.sh new file mode 100644 index 000000000000..73499f1e9e35 --- /dev/null +++ b/tests/nix-push.sh @@ -0,0 +1,9 @@ +drvPath=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix) +outPath=$($TOP/src/nix-store/nix-store -r $drvPath) + +echo "pushing $drvPath" + +mkdir $TEST_ROOT/cache + +$PERL -w -I$TOP/scripts $TOP/scripts/nix-push \ + --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath |