]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/git-http-backend: disable worker processes
authorEric Wong <e@80x24.org>
Fri, 13 Sep 2019 08:57:02 +0000 (08:57 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Oct 2019 18:44:10 +0000 (18:44 +0000)
We want to ensure we run lsof(8) on the worker (if needed),
and not the master, which doesn't serve requests.

This was originally on top of a test-only patch in
https://public-inbox.org/meta/20190913015043.17149-1-e@80x24.org/
In any case, no point in spawning extra processes for this test.


No differences found