stdout is weird
This commit is contained in:
parent
99ae54e992
commit
d2cfa34be8
5
urchin
5
urchin
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user