aboutsummaryrefslogtreecommitdiff
path: root/d3.v3.js
blob: d234c4ec8668cead20279d903589d29c513b4cb6 (about) (plain)
blob size (331KB) exceeds display size limit (100KB).
onization in 'tests/guix-register.sh'....* tests/guix-register.sh: When launching guix-daemon, add retry loop around 'open-connection'. This fixes test failures that could occur under heavy load where the daemon's socket file wouldn't be ready yet when the client connects. Ludovic Courtès 2015-06-10guix-register: Perform deduplication even when --prefix is passed....Fixes <http://bugs.gnu.org/19044>. * nix/guix-register/guix-register.cc (register_validity): Change the (optimize && prefix.empty ()) condition to just (optimize). Change settings.nixStore around the loop. Prepend PREFIX to the argument passed to 'optimisePath'. * tests/guix-register.sh: Use 'guix-register -p' with duplicate files, and make sure they are deduplicated on the target. Adjust existing tests. Ludovic Courtès 2015-06-10tests: Make the daemon socket explicit in guix-register test....* tests/guix-register.sh: Define GUIX_DAEMON_SOCKET. Pass it explicitly to 'open-connection'. Ludovic Courtès