forked from bonsai/harakit
tests: test.sh: remove superfluous printing of test category
This commit is contained in:
parent
e028844825
commit
8508479a5b
@ -17,8 +17,6 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Starting Bonsai testing.\n\n"
|
|
||||||
|
|
||||||
for script in tests/bonsai/*.sh; do
|
for script in tests/bonsai/*.sh; do
|
||||||
export UTIL="$(printf '%s\n' "$script" \
|
export UTIL="$(printf '%s\n' "$script" \
|
||||||
| sed -e 's/\.sh//g' -e 's;tests\/bonsai\/;;g')"
|
| sed -e 's/\.sh//g' -e 's;tests\/bonsai\/;;g')"
|
||||||