From 31e34a6a491e06bf719933a1c07c52d9cd4ce90c Mon Sep 17 00:00:00 2001 From: gravel Date: Wed, 7 Feb 2024 10:42:09 +0000 Subject: [PATCH] dev: fix test hook output formatting --- etc/hooks/pre-push | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/hooks/pre-push b/etc/hooks/pre-push index 54cd2ca..c8486be 100755 --- a/etc/hooks/pre-push +++ b/etc/hooks/pre-push @@ -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 <