exit on fail works i think

This commit is contained in:
Thomas Levine 2016-02-29 01:07:04 +00:00
parent f9c7b63b7c
commit 6f9aa9ad32

1
urchin
View File

@ -123,6 +123,7 @@ recurse() {
exit_code=$?
fi
if test -f teardown; then . ./teardown; fi
exit $exit_code
) &
if $run_in_series; then