X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fcrash%2Ftest_crash;h=be61cda2fb2dfa4c0399829276144a020e862299;hp=63a4a9734eac026e4a1a5dd58612c6ed87a45833;hb=3e46b4ca56f63bddb99098556060898e07df8c06;hpb=1d8d032800b64945d90c7b5a7b8e9316e733a4b1;ds=sidebyside 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