X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=d156f17dad99b81685c2c0f36760767c485f618b;hp=0278bcf5e8eebc006bb1e2d7b10fc39e4e8e1f7e;hb=4e8ea4fa44fb7646f023f985d45035d1561720d8;hpb=27b667f7fccef66cc3490615757d969191df3d94 diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 0278bcf5e..d156f17da 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -66,6 +66,7 @@ function full_cleanup () # The '-' before the pid number ($$) indicates 'kill' to signal the # whole process group. trap - SIGTERM && kill -- -$$ + exit 1 } function null_pipes ()