remove unused stuff
This commit is contained in:
parent
0fdd14494c
commit
6c54b1b841
8
urchin
8
urchin
@ -130,10 +130,7 @@ recurse() {
|
||||
)
|
||||
else
|
||||
stdout_file="$tmp/stdout$(fullpath "$potential_test")"
|
||||
time_file="$tmp/time$(fullpath "$potential_test")"
|
||||
|
||||
mkdir -p "$(dirname "$stdout_file")"
|
||||
mkdir -p "$(dirname "$time_file")"
|
||||
|
||||
if [ -x "$potential_test" ]; then
|
||||
cd -- "$(dirname "$potential_test")"
|
||||
@ -218,11 +215,6 @@ report_outcome() {
|
||||
eval "old_count=${result}s"
|
||||
eval "${result}s=$(($old_count+1))"
|
||||
|
||||
# if ! $tap_format; then
|
||||
# indent $indent_level
|
||||
# echo "+ ${path}"
|
||||
# fi
|
||||
|
||||
if $tap_format; then
|
||||
if [ "$result" == not_ok ]; then
|
||||
not='not '
|
||||
|
Loading…
Reference in New Issue
Block a user