Fix hanging test runner when child process dies 73/14573/2
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Thu, 30 Aug 2018 08:51:45 +0000 (10:51 +0200)
committerDamjan Marion <dmarion@me.com>
Thu, 30 Aug 2018 13:57:39 +0000 (13:57 +0000)
commit5e2c54d02906a7b4787a1f41b59baf97c3a4a840
treed82ae15bd4afe0ffae4424ba9d88e7c3d79c4ece
parent93a5dd17232e42bea2fc9dcf59c652a9da31b2b3
Fix hanging test runner when child process dies

When fixing the test summary after a test run doesn't finish properly I
introduced a bug where child process which died would leave the whole
run hanging. This patch fixed the bug while still having the correct
test summary.

Change-Id: I206b1a7dab4032d24cbc50667b8dd0bdcebb67a6
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
test/framework.py
test/run_tests.py