From 6c54b1b841ec159561440d2738fcb82f4f919e90 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 28 Feb 2016 12:56:42 +0000 Subject: [PATCH] remove unused stuff --- urchin | 8 -------- 1 file changed, 8 deletions(-) diff --git a/urchin b/urchin index 2d37522..9b64d2f 100755 --- a/urchin +++ b/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 '