Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-27 | Use "set -x" in the tests to see where a test fails | Eelco Dolstra | 1 | -0/+2 | |
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -3/+3 | |
2010-02-24 | (no commit message) | Eelco Dolstra | 1 | -3/+3 | |
2010-02-24 | * Don't fork so much. | Eelco Dolstra | 1 | -5/+2 | |
2010-02-19 | * Foreign key support in SQLite is not a persistent setting, so enable | Eelco Dolstra | 1 | -24/+3 | |
it at startup. * Implement negative caching. Now `make check' passes. | |||||
2008-06-10 | * Fixed compatibility with old versions of "wc" that print whitespace | Eelco Dolstra | 1 | -2/+2 | |
before the count. | |||||
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 1 | -5/+43 | |
https://svn.nixos.org/repos/nix/nix/branches/no-bdb). | |||||
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | 1 | -1/+1 | |
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. | |||||
2006-06-16 | * Skip this test on Cygwin, too slow (and doesn't test anything ↵ | Eelco Dolstra | 1 | -0/+3 | |
Cygwin-specific). | |||||
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -3/+3 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2005-12-15 | * Typo. | Eelco Dolstra | 1 | -1/+1 | |
2005-12-11 | * Add a test to demonstrate the quadratic complexity of referrer | Eelco Dolstra | 1 | -0/+15 | |
(de)registration, in particular garbage collection (NIX-23). |