fix debug
This commit is contained in:
parent
0de2c3264a
commit
cd7f773d58
12
urchin
12
urchin
@ -186,8 +186,10 @@ recurse() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test -f setup_dir; then
|
if test -f setup_dir; then
|
||||||
echo Sourcing "${PWD}/setup_dir"
|
if $print_debug; then
|
||||||
. ./setup_dir
|
echo Sourcing "${PWD}/setup_dir"
|
||||||
|
. ./setup_dir
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for test in *; do
|
for test in *; do
|
||||||
@ -264,8 +266,10 @@ recurse() {
|
|||||||
finish=$(date +%s)
|
finish=$(date +%s)
|
||||||
|
|
||||||
if test -f teardown; then
|
if test -f teardown; then
|
||||||
echo Sourcing "${PWD}/teardown"
|
if $print_debug; then
|
||||||
. ./teardown
|
echo Sourcing "${PWD}/teardown"
|
||||||
|
. ./teardown
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${exit_code}" -eq 0 ]; then
|
if [ "${exit_code}" -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user