stdout is weird
This commit is contained in:
parent
99ae54e992
commit
d2cfa34be8
5
urchin
5
urchin
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
stdout_file=/tmp/urchin_stdout
|
||||||
|
|
||||||
indent() {
|
indent() {
|
||||||
level="$1"
|
level="$1"
|
||||||
printf "%$((2 * ${level}))s"
|
printf "%$((2 * ${level}))s"
|
||||||
@ -14,8 +16,7 @@ recurse() {
|
|||||||
[ "$potential_test" = 'setup' ] && return
|
[ "$potential_test" = 'setup' ] && return
|
||||||
[ "$potential_test" = 'teardown' ] && return
|
[ "$potential_test" = 'teardown' ] && return
|
||||||
|
|
||||||
# stdout_file=$(mktemp)
|
echo > "$stdout_file"
|
||||||
stdout_file=/tmp/urchin_stdout
|
|
||||||
|
|
||||||
if [ -d "$potential_test" ]
|
if [ -d "$potential_test" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user