fix(tests): allow ctrl-c to shut down the tests cleanly
The problem was caused by the improper usage of
interruptProcessGroupOf
inside the bracket
which was
starting and stopping the coreNLP server. That was killing the whole
group for the coreNPL server without properly propagating the sigINT
to the test runner thread.