stdout is weird

This commit is contained in:
Thomas Levine 2012-10-11 01:15:48 -04:00
parent 99ae54e992
commit d2cfa34be8

5
urchin
View File

@ -1,5 +1,7 @@
#!/bin/bash
stdout_file=/tmp/urchin_stdout
indent() {
level="$1"
printf "%$((2 * ${level}))s"
@ -14,8 +16,7 @@ recurse() {
[ "$potential_test" = 'setup' ] && return
[ "$potential_test" = 'teardown' ] && return
# stdout_file=$(mktemp)
stdout_file=/tmp/urchin_stdout
echo > "$stdout_file"
if [ -d "$potential_test" ]
then