• Oran Agra's avatar
    testsuite --dump-logs works on servers started before the test (#13500) · 3fcddfb6
    Oran Agra authored
    so far ./runtest --dump-logs used work for servers started within the
    test proc.
    now it'll also work on servers started outside the test proc scope.
    the downside is that these logs can be huge if they served many tests
    and not just the failing one.
    but for some rare failures, we rather have that than nothing.
    this feature isn't enabled y default, but is used by our GH actions.
    3fcddfb6
test.tcl 8.06 KB