]> git.cworth.org Git - empires-server/commit
Add clean handling of Control-C to the test suite
authorCarl Worth <cworth@cworth.org>
Sat, 27 Jun 2020 15:59:25 +0000 (08:59 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 27 Jun 2020 16:10:26 +0000 (09:10 -0700)
commit264ea7068e22e82294829d876942877e0b9ecfc5
tree3dec3989e479b7d06c39844f1759296ece62574d
parentea2ea3dbf1184f5e21b3a9ead6dfec337710d18a
Add clean handling of Control-C to the test suite

Interrupting the test suite will noe run all cleanup necessary, (such
as terminating the child processes that are still actively listening
to empathy event streams), and will give a (partial) test report of
all tests that have been completed.

This is convenient for when a user doesn't want to wait for the slow
tests to complete, but can still get some good information from
sumarizing the results of all of the fast tests that have already been
performed.
test