Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-19 | Handle $TMPDIR ending with a slash | Eelco Dolstra | 1 | -1/+1 | |
This caused the gc test to fail on Darwin. | |||||
2016-06-17 | Fix test | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/36631898 | |||||
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -5/+5 | |
2008-12-03 | (no commit message) | Eelco Dolstra | 1 | -1/+0 | |
2007-12-31 | (no commit message) | Eelco Dolstra | 1 | -0/+1 | |
2007-12-30 | * Fix the hashDerivationModulo test. I should really investigate | Eelco Dolstra | 1 | -2/+4 | |
*why* the test failed... | |||||
2006-07-21 | * Purify `make check'. | Eelco Dolstra | 1 | -1/+1 | |
2006-07-19 | * Add a precise test for hashDerivatioModulo. | Eelco Dolstra | 1 | -0/+4 | |
2006-03-01 | * Test `nix-store -q --binding'. | Eelco Dolstra | 1 | -0/+2 | |
2006-03-01 | * TDD! Woohoo! | Eelco Dolstra | 1 | -0/+5 | |
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -2/+2 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -3/+3 | |
* Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. | |||||
2005-01-25 | * In nix-store: change `--build' back to `--realise'. Also brought | Eelco Dolstra | 1 | -1/+1 | |
back the query flag `--force-realise'. * Fixed some of the tests. | |||||
2005-01-19 | * Change extension `.store' to `.drv'. | Eelco Dolstra | 1 | -1/+1 | |
* Re-enable `nix-store --query --requisites'. | |||||
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | 1 | -0/+10 | |
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. |