Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-27 | Allow running all the tests with the daemon | regnat | |
When `NIX_DAEMON_PACKAGE` is set, make all the tests use the Nix daemon. That way we can test every piece of Nix functionality both with and without the daemon. Tests for which using the daemon isn’t possible or doesn’t make sens can selectively be disabled with `needLocalStore` | |||
2019-11-26 | Disallow empty store path names | Eelco Dolstra | |
Fixes #3239. | |||
2016-08-10 | Remove $NIX_DB_DIR | Eelco Dolstra | |
This variable has no reason to exist, given $NIX_STATE_DIR. | |||
2016-04-21 | Fix test failures | Eelco Dolstra | |
2014-02-06 | Clean up a test warning | Eelco Dolstra | |
2012-07-27 | Use "set -x" in the tests to see where a test fails | Eelco Dolstra | |
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | |
2010-02-24 | (no commit message) | Eelco Dolstra | |
2010-02-24 | * Don't fork so much. | Eelco Dolstra | |
2010-02-19 | * Foreign key support in SQLite is not a persistent setting, so enable | Eelco Dolstra | |
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 | |
before the count. | |||
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | |
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 | |
* `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 | |
Cygwin-specific). | |||
2006-03-01 | * Simplification. | Eelco Dolstra | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | |
2005-12-15 | * Typo. | Eelco Dolstra | |
2005-12-11 | * Add a test to demonstrate the quadratic complexity of referrer | Eelco Dolstra | |
(de)registration, in particular garbage collection (NIX-23). |