From 8dd34f6c1b7f84ce4b67b8417230f08af42e5f59 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 1 Sep 2024 11:14:26 +0200 Subject: [PATCH] small improvement in about.templ --- pkg/server/ui/about.templ | 2 +- teststats.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/server/ui/about.templ b/pkg/server/ui/about.templ index c0c4213..23e11a4 100644 --- a/pkg/server/ui/about.templ +++ b/pkg/server/ui/about.templ @@ -52,7 +52,7 @@ templ About() {

There are a few special situations:

diff --git a/teststats.sh b/teststats.sh index 6126c42..59b4864 100755 --- a/teststats.sh +++ b/teststats.sh @@ -1,5 +1,6 @@ #!/bin/bash +export TESTFLAGS=-v testout="$( make test )"