Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-08 | Adds `nix-shell` test for special-cased ruby interpreter. | Samuel Dionne-Riel | 1 | -0/+7 | |
The test fakes the interpreter only to verify the arguments it would be given. | |||||
2017-04-25 | Fix nix-shell test | Eelco Dolstra | 1 | -2/+4 | |
2017-02-24 | Fix nix-shell tests | Eelco Dolstra | 1 | -0/+1 | |
The nix-shell fix in 668fef2e4f1c7758e2a55e355b4826014d5b7ba9 revealed that we had some --pure tests that incorrectly depended on PATH from config.nix's mkDerivation being overwritten by the caller's PATH. http://hydra.nixos.org/build/49242478 | |||||
2017-01-03 | tests: Add simple tests for nix-shell | Tuomas Tynkkynen | 1 | -0/+46 | |
nix-shell -A, -p and -i are lightly tested. |