Fix: test: utils.sh: exit from process on full_cleanup
[lttng-tools.git] / tests / utils / utils.sh
index 5de6d26a896024e3c205cdd7cbe64f03a5284fcd..ce1974ba13e03b70e93a65f36324cf2d00a5165a 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 -- -$$
+       exit 1
 }
 
 function null_pipes ()
This page took 0.023088 seconds and 4 git commands to generate.