]> Sergey Matveev's repositories - public-inbox.git/commitdiff
ci/deps: add Plack::Test::ExternalServer for devtest
authorEric Wong <e@80x24.org>
Mon, 14 Sep 2020 22:02:23 +0000 (22:02 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Sep 2020 04:28:53 +0000 (04:28 +0000)
More of our Plack tests exercise public-inbox-httpd, nowadays;
and ExternalServer lets us test it easily alongside generic PSGI
stuff.

ci/deps.perl

index 77d95fc8e749071237ea03dec9ff438950393f00..4c27333739bcc50a01b7b81380210b31d0ff08a5 100755 (executable)
@@ -48,6 +48,7 @@ my $profiles = {
                XML::TreePP
                curl
                w3m
+               Plack::Test::ExternalServer
                ) ],
 };