]> Sergey Matveev's repositories - public-inbox.git/commit
t/run.perl: less confusing error reporting
authorEric Wong <e@80x24.org>
Sun, 26 Sep 2021 01:42:38 +0000 (01:42 +0000)
committerEric Wong <e@80x24.org>
Sun, 26 Sep 2021 01:43:36 +0000 (01:43 +0000)
commit7bb5328616c477c269edfac89d0388e2f36cf96f
tree0396379852a48b9ca49050b198e292b3a95f7b57
parent70a3ec18d29c7fde9a5c06fe019b8bedef7acec8
t/run.perl: less confusing error reporting

The $sigchld handler was reporting the last test (successful or
not) for a given PID in case a worker dies prematurely.
Instead, redisplay all failed test in $run_log to ensure the
report only shows failed tests, and not the last started (and
possibly successful) one.
t/run.perl