about summary refs log tree commit diff
path: root/tests/substituter2.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-26 Fix the substituter testsEelco Dolstra1-15/+17
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/+18
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-3/+18
2005-01-27 * Add missing substitutes files to dist.Eelco Dolstra1-17/+2
* Add a garbage collector test.
2005-01-25 * Fix the `--fallback' switch.Eelco Dolstra1-0/+18
* Fix the substitutes tests.