about summary refs log tree commit diff
path: root/tests/substituter.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-06-20 Don't keep "disabled" substituters runningEelco Dolstra1-0/+1
For instance, it's pointless to keep copy-from-other-stores running if there are no other stores, or download-using-manifests if there are no manifests. This also speeds things up because we don't send queries to those substituters.
2012-07-27 Let build.cc verify the expected hash of a substituter's outputEelco Dolstra1-0/+1
Since SubstitutionGoal::finished() in build.cc computes the hash anyway, we can prevent the inefficiency of computing the hash twice by letting the substituter tell Nix about the expected hash, which can then verify it.
2012-07-26 Fix the substituter testsEelco Dolstra1-14/+17
2010-11-17 * Test that download sizes are shown correctly.Eelco Dolstra1-2/+2
2010-11-17 * Fix the test.Eelco Dolstra1-0/+1
2008-08-04 * Fix the tests.Eelco Dolstra1-0/+1
2008-08-02 * Make nix-env --dry-run print the paths to be substituted correctlyEelco Dolstra1-8/+19
again. (After the previous substituter mechanism refactoring I didn't update the code that obtains the references of substitutable paths.) This required some refactoring: the substituter programs are now kept running and receive/respond to info requests via stdin/stdout.
2007-08-13 * Fix the tests.Eelco Dolstra1-9/+18
2005-01-25 * Fix the `--fallback' switch.Eelco Dolstra1-0/+10
* Fix the substitutes tests.