Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | Delete temporary directory on successful build | Bruce Toll | |
With --check and the --keep-failed (-K) flag, the temporary directory was being retained regardless of whether the build was successful and reproducible. This removes the temporary directory, as expected, on a reproducible check build. Added tests to verify that temporary build directories are not retained unnecessarily, particularly when using --check with --keep-failed. | |||
2019-07-02 | build: add tests for --check status codes | Daiderd Jordan | |
2018-01-22 | Fix test | Eelco Dolstra | |
https://hydra.nixos.org/build/67806811 | |||
2018-01-19 | Rewrite builtin derivation environment | Eelco Dolstra | |
Also add a test. Fixes #1803. Closes #1805. | |||
2018-01-19 | Add a test for --check / --repeat | Eelco Dolstra | |