From 3e46b4ca56f63bddb99098556060898e07df8c06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 21 Sep 2015 18:14:02 -0400 Subject: [PATCH] Tests: Clean-up test-crash on SIGTERM and SIGINT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/regression/tools/crash/test_crash | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/regression/tools/crash/test_crash b/tests/regression/tools/crash/test_crash index 63a4a9734..be61cda2f 100755 --- a/tests/regression/tools/crash/test_crash +++ b/tests/regression/tools/crash/test_crash @@ -377,6 +377,14 @@ function test_lttng_crash_extraction_sigkill() rm -rf $extraction_dir_path } +function interrupt_cleanup() +{ + diag "*** Cleaning-up test ***" + stop_test_apps + stop_lttng_sessiond + exit 1 +} + TESTS=( test_shm_path_per_uid test_shm_path_per_pid @@ -387,6 +395,7 @@ TESTS=( test_lttng_crash_extraction_sigkill ) +trap interrupt_cleanup SIGTERM SIGINT for fct_test in ${TESTS[@]}; do -- 2.34.1