tests: invoke full_cleanup from script trap handlers, use modprobe -r
[lttng-tools.git] / tests / regression / tools / notification / test_notification_ust
index 8941e476d50b9e5730fc90633da412acc703ca28..82f79a8e6ad56c030a49fdce365596272fab683e 100755 (executable)
@@ -56,7 +56,7 @@ function ust_event_generator
        state_file=$1
        ust_event_generator_suspended=0
        trap ust_event_generator_toogle_state SIGUSR1
-       trap "exit" SIGTERM SIGINT
+
        while (true); do
                if [[ $ust_event_generator_suspended -eq "1" ]]; then
                        touch $state_file
This page took 0.024044 seconds and 5 git commands to generate.