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: 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')"
@ -28,8 +26,6 @@ for script in tests/bonsai/*.sh; do
printf '\n' printf '\n'
done done
printf "Starting POSIX compatibility testing.\n\n"
for test in tests/posix/*.sh; do for test in tests/posix/*.sh; do
export PATH="$BIN:$PATH" export PATH="$BIN:$PATH"
printf '%s: %s: Testing utility.\n' "$0" "$test" printf '%s: %s: Testing utility.\n' "$0" "$test"