Fix: test: utils.sh: exit from process on full_cleanup
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 May 2019 19:07:59 +0000 (15:07 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:51:54 +0000 (16:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.026853 seconds and 4 git commands to generate.