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` | |||
2020-09-23 | Test whether build/repair results are read-only | Eelco Dolstra | |
2017-11-20 | Test: Replace --option with the corresponding flag | Eelco Dolstra | |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | |
Unlike signed-binary-caches (which could only be '*' or ''), require-sigs is a proper Boolean option. The default is true. | |||
2017-10-02 | Fix tests | Dan Peebles | |
`nix copy` no longer accepts a `--recursive` argument | |||
2017-03-21 | Fix tests to reflect the signed-binary-caches default change | Eelco Dolstra | |
2016-08-10 | Nuke nix-push. | Shea Levy | |
Rarely used, nix copy replaces it. | |||
2016-01-07 | Fix repair test | Eelco Dolstra | |
http://hydra.nixos.org/build/30001635 | |||
2014-02-17 | Test nix-store --verify-path and --repair-path | Eelco Dolstra | |
2014-02-17 | Add a test for repairing paths | Eelco Dolstra | |