more tap
This commit is contained in:
parent
0ca55d155b
commit
d963f10be1
7
urchin
7
urchin
@ -83,7 +83,12 @@ recurse() {
|
|||||||
[ -f teardown ] && [ -x teardown ] && ./teardown >> "$stdout_file"
|
[ -f teardown ] && [ -x teardown ] && ./teardown >> "$stdout_file"
|
||||||
|
|
||||||
if $tap_format; then
|
if $tap_format; then
|
||||||
sleep 0s
|
if [ $exit_code -eq 0 ]; then
|
||||||
|
result=ok
|
||||||
|
else
|
||||||
|
result=not\ ok
|
||||||
|
fi
|
||||||
|
echo "${result} - ${potential_test}"
|
||||||
else
|
else
|
||||||
indent $indent_level
|
indent $indent_level
|
||||||
if [ $exit_code -eq 0 ]
|
if [ $exit_code -eq 0 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user