about summary refs log tree commit diff
path: root/tests/tarball.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08 Fix test failureEelco Dolstra1-3/+3
2016-05-30 Test the NAR info cacheEelco Dolstra1-2/+1
2016-04-14 Make the search path lazier with non-fatal errorsEelco Dolstra1-0/+6
Thus, -I / $NIX_PATH entries are now downloaded only when they are needed for evaluation. An error to download an entry is a non-fatal warning (just like non-existant paths). This does change the semantics of builtins.nixPath, which now returns the original, rather than resulting path. E.g., before we had [ { path = "/nix/store/hgm3yxf1lrrwa3z14zpqaj5p9vs0qklk-nixexprs.tar.xz"; prefix = "nixpkgs"; } ... ] but now [ { path = "https://nixos.org/channels/nixos-16.03/nixexprs.tar.xz"; prefix = "nixpkgs"; } ... ] Fixes #792.
2016-03-24 Use shorter daemon socket path in testsEelco Dolstra1-3/+3
Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028
2015-06-02 Fix tarball testEelco Dolstra1-0/+3
The tarball cache is stored in $HOME, so the test should set up its own $HOME.
2015-06-01 Add tarball testsEelco Dolstra1-0/+20