# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/tests/swh.scm
AgeCommit message (Expand)Author
2021-01-21swh: Test proper handling of null visit snapshot URL....Ludovic Courtès
2020-12-21tests: Fix malformed JSON....Ludovic Courtès
2020-02-27swh: Adjust 'origin' test....Ludovic Courtès
2019-09-02swh: Add hooks for rate limiting handling....Ludovic Courtès
2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès
2019-07-22swh: Add basic tests....Ludovic Courtès