Message ID | 20190503135547.12968-5-mathieu.desnoyers@efficios.com |
---|---|
State | New |
Headers | show |
Series | lttng-tools fixes | expand |
diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index b8ac88c1..42e78d25 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 ()
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com> --- tests/utils/utils.sh | 1 + 1 file changed, 1 insertion(+)