]> Sergey Matveev's repositories - public-inbox.git/commit
script/lei: avoid waitpid(-1, ...) to keep tests fast
authorEric Wong <e@80x24.org>
Sat, 6 Feb 2021 12:18:39 +0000 (12:18 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 03:34:32 +0000 (03:34 +0000)
commitd9bc0993fde567c9098020b8f79995e8ab3b4f0d
tree6dd35a61c541f9c1b74b9c5cde71bcb1ac426fec
parenta2bae6437eeb8147736812eca95e85e5642c97cc
script/lei: avoid waitpid(-1, ...) to keep tests fast

We only spawn one process to be reaped at the moment.  tests
will run the contents of script/* in the same process if
possible, so any test scripts which spawn -httpd or other
read-only can cause us to stall with waitpid(-1, ...)
script/lei