dev: fix test hook output formatting

main
gravel 3 months ago
parent fdf65fc088
commit 31e34a6a49
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -43,7 +43,8 @@ if make test-ci > "$root/.test/results" 2>&1; then
grep -E 'Generated [[:digit:]]+ listings' -B1 --color=no "$root/.test/results";
cat <<EOF
\033[32mTests passed.\033[0m
$(printf "\033[32m")Tests passed.$(printf "\033[0m")
Run \`make test\` to test the webpage yourself.
EOF

Loading…
Cancel
Save