cleaner comment
This commit is contained in:
parent
f4d3ffa0e4
commit
a4a0aabbef
5
urchin
5
urchin
@ -286,7 +286,10 @@ urchin_go() {
|
|||||||
TEST_SHELL='/bin/sh'
|
TEST_SHELL='/bin/sh'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
recurse "$1" 0 "$2" # test folder -- indentation level -- [shell to invoke test scripts with]
|
# 1 test folder
|
||||||
|
# 2 indentation level
|
||||||
|
# 3 shell to invoke test scripts with
|
||||||
|
recurse "$1" 0 "$2"
|
||||||
|
|
||||||
finish=$(date +%s)
|
finish=$(date +%s)
|
||||||
elapsed=$(($finish - $start))
|
elapsed=$(($finish - $start))
|
||||||
|
Loading…
Reference in New Issue
Block a user