X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fstress%2Ftest_multi_sessions_per_uid_10app;h=c9f8403e13e5c961a7775c2d59442d2faa329bf3;hp=82e8ad505bbd4d9f789a5032afe8a0794389dcb7;hb=3be453c9ec6469235f0dc6cdaec9d55f0a6ee517;hpb=a9c920d9d79bf071eb3cb7c0e3f142e743460046 diff --git a/tests/stress/test_multi_sessions_per_uid_10app b/tests/stress/test_multi_sessions_per_uid_10app index 82e8ad505..c9f8403e1 100755 --- a/tests/stress/test_multi_sessions_per_uid_10app +++ b/tests/stress/test_multi_sessions_per_uid_10app @@ -112,11 +112,10 @@ function sighandler() { cleanup rm $LOG_FILE - exit 1 + full_cleanup } -trap sighandler SIGINT -trap sighandler SIGTERM +trap sighandler SIGINT SIGTERM # Make sure we collect a coredump if possible. ulimit -c unlimited