From 6f9aa9ad325ceffb0ea804f544f4cb9e513c3f1e Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 29 Feb 2016 01:07:04 +0000 Subject: [PATCH] exit on fail works i think --- urchin | 1 + 1 file changed, 1 insertion(+) diff --git a/urchin b/urchin index 1b337a1..bf465ce 100755 --- a/urchin +++ b/urchin @@ -123,6 +123,7 @@ recurse() { exit_code=$? fi if test -f teardown; then . ./teardown; fi + exit $exit_code ) & if $run_in_series; then