Hi James,
On 4/22/21 12:37 PM, James Prestwood wrote:
The processes in the list ultimately get removed for each
kill() call. This causes strange behavior since the list is
being iterated and each iteration is removing items. Instead
iterate over a new temporary list so the actual process list
can be cleaned up.
---
tools/test-runner | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
All applied, thanks.
Regards,
-Denis