X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=ce1974ba13e03b70e93a65f36324cf2d00a5165a;hb=ef001e787856eba2c526d318ffdbdd81ced7f144;hp=5de6d26a896024e3c205cdd7cbe64f03a5284fcd;hpb=ad7b9fd5ca4ce1016a1e4703b07a0fdd865e5178;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 5de6d26a8..ce1974ba1 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 ()