tests: test.sh: remove superfluous printing of test category

This commit is contained in:
Emma Tebibyte 2024-05-27 22:07:17 -06:00
parent e028844825
commit 8508479a5b
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270

View File

@ -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')"