about summary refs log tree commit diff
path: root/tests/export.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-02-13 Fix #1762Linus Heckemann1-0/+5
nix-store --export, nix-store --dump, and nix dump-path would previously fail silently if writing the data out failed, because a) FdSink::write ignored exceptions, and b) the commands relied on FdSink's destructor, which ignores exceptions, to flush the data out. This could cause rather opaque issues with installing nixos, because nix-store --export would happily proceed even if it couldn't write its data out (e.g. if nix-store --import on the other side of the pipe failed). This commit adds tests that expose these issues in the nix-store commands, and fixes them for all three.
2012-09-11 Don't put results symlinks in the tests directoryEelco Dolstra1-1/+1
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-7/+7
2009-03-18 * Clean up some tests (use nix-build where appropriate).Eelco Dolstra1-1/+1
2008-06-09 * Merged the no-bdb branch (-r10900:HEADEelco Dolstra1-0/+31
https://svn.nixos.org/repos/nix/nix/branches/no-bdb).