X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=dbb0b4b68ebac8ff17560d68cf0a075c0ef2fb52;hb=3db6ba399d017418a91045284743fe5d55716d4a;hp=5de6d26a896024e3c205cdd7cbe64f03a5284fcd;hpb=ad7b9fd5ca4ce1016a1e4703b07a0fdd865e5178;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 5de6d26a8..dbb0b4b68 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 () @@ -1685,7 +1686,7 @@ function regenerate_statedump () test "$ret" -ne "0" ok $? "Expected fail on regenerate statedump $sess_name" else - ok $ret "Metadata regenerate $sess_name" + ok $ret "Statedump regenerate $sess_name" fi }