remove unused stuff

This commit is contained in:
Thomas Levine 2016-02-28 12:56:42 +00:00
parent 0fdd14494c
commit 6c54b1b841

8
urchin
View File

@ -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 '