]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit826a69a8c5c46278c10f1f9670edc4b953f3f88f
tree6a7e9ff23092ef6a592c711f58404df6c7ce4ce0
parent8d3e3bd820f8177557281554470e9fbbc3a7487b
t/git-http-backend: disable worker processes

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.
t/git-http-backend.t