]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/TestCommon.pm
test_common: support lei-daemon only testing
[public-inbox.git] / lib / PublicInbox / TestCommon.pm
index 63d45ac396bd31c8da6d694748e5092fe317cd3f..64fe04996d7dd35ab2e6d625aeca0942500b98bd 100644 (file)
@@ -506,6 +506,8 @@ EOM
                }
        }; # SKIP for lei_daemon
        unless ($test_opt->{daemon_only}) {
+               $ENV{TEST_LEI_DAEMON_ONLY} and
+                       skip 'TEST_LEI_DAEMON_ONLY set', 1;
                require_ok 'PublicInbox::LEI';
                my $home = "$tmpdir/lei-oneshot";
                mkdir($home, 0700) or BAIL_OUT "mkdir: $!";