]> Sergey Matveev's repositories - public-inbox.git/commit
tests: "check-run" uses persistent lei daemon
authorEric Wong <e@80x24.org>
Thu, 25 Mar 2021 04:20:23 +0000 (06:20 +0200)
committerEric Wong <e@80x24.org>
Thu, 25 Mar 2021 17:59:02 +0000 (17:59 +0000)
commit64b1ce9f94127fc144d6205bb572fe43b4b552c2
treee26985939415d1e2e94abfbaec98d6be44a95a44
parent08b14e417843557ec6a42fd9e5f0cedbd81832e8
tests: "check-run" uses persistent lei daemon

We'll use a lei-daemon if it's already running and
TEST_LEI_DAEMON_PERSIST_DIR is set, but we can also start
one and manage it from t/run.perl

This drops "make check-run TEST_LEI_DAEMON_ONLY=1"
time by ~10% for me.
lib/PublicInbox/TestCommon.pm
t/lei-externals.t
t/run.perl