Fix: test: utils.sh: exit from process on full_cleanup
[lttng-tools.git] / tests / utils / utils.sh
index 0278bcf5e8eebc006bb1e2d7b10fc39e4e8e1f7e..d156f17dad99b81685c2c0f36760767c485f618b 100644 (file)
@@ -66,6 +66,7 @@ function full_cleanup ()
        # The '-' before the pid number ($$) indicates 'kill' to signal the
        # whole process group.
        trap - SIGTERM && kill -- -$$
        # The '-' before the pid number ($$) indicates 'kill' to signal the
        # whole process group.
        trap - SIGTERM && kill -- -$$
+       exit 1
 }
 
 function null_pipes ()
 }
 
 function null_pipes ()
This page took 0.023784 seconds and 5 git commands to generate.