Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | Cleanup test skipping | John Ericson | |
- Try not to put cryptic "99" in many places Factor out `exit 99` into `skipTest` function - Alows make sure skipping a test is done with a reason `skipTest` takes a mandatory argument - Separate pure conditionals vs side-effectful test skipping. "require daemon" already had this, but "sandbox support" did not. | |||
2022-05-03 | Allow selecting derivation outputs using 'installable!outputs' | Eelco Dolstra | |
E.g. 'nixpkgs#glibc^dev,static' or 'nixpkgs#glibc^*'. | |||
2021-03-31 | tests/*: show when tests are skipped | Robert Hensing | |
2020-05-01 | rename run to shell in tests | Matthew Kenigsberg | |
(cherry picked from commit f459ca547fda4b0ca477d895413e86b69a580ab0) |