aboutsummaryrefslogtreecommitdiff
path: root/LICENSES
AgeCommit message (Expand)Author
2022-10-29initial commitWojtek Kosior
og/gnu/tests/version-control.scm?id=eb52b240eb58627cc76a03244c45502c4ec3c50e&showmsg=1'>Expand)Author 2022-04-29tests: Avoid starting services to check whether they're running.•••Fixes a regression introduced in the Shepherd 0.9.0 whereby clients can start a service that is already being started, leading to two instances of the process (and usually failure of the second attempt to start it). Partly fixes <https://issues.guix.gnu.org/54786>. Reported by Mathieu Othacehe. * gnu/tests/version-control.scm (run-cgit-test) ["nginx running", "fcgiwrap running"]: Wail for a file/TCP port instead of starting the service. (run-git-http-test)["nginx running"]: Likewise. (run-gitile-test)["nginx running"]: Likewise. Ludovic Courtès