From: Jonathan Rajotte Date: Thu, 29 Mar 2018 20:19:39 +0000 (-0400) Subject: Tests: Use SIGTERM instead of SIGKILL X-Git-Tag: v2.11.0-rc1~301 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=e212acd4c2761717696994b4491a288691e5e681;hp=e212acd4c2761717696994b4491a288691e5e681;p=lttng-tools.git Tests: Use SIGTERM instead of SIGKILL The use of SIGKILL does not guarantee the immediate termination of sub background task. Using SIGTERM allows the generator to finish cleanly. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---