This commit is contained in:
Thomas Levine 2016-03-06 14:54:49 +00:00
parent edec12c2c0
commit 5ab6a53961
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -244,7 +244,7 @@ recurse() {
set -e
finish=$(date +%s)
if test -f teardown; then . ./setup; fi
if test -f teardown; then . ./teardown; fi
if [ "${exit_code}" -eq 0 ]; then
result=ok