From fdf65fc0887a4f601b841f248d98d415d9754cc1 Mon Sep 17 00:00:00 2001 From: gravel Date: Wed, 7 Feb 2024 10:31:36 +0000 Subject: [PATCH] dev: update test hook formatting --- etc/hooks/pre-push | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/etc/hooks/pre-push b/etc/hooks/pre-push index 7286aea7..54cd2ca3 100755 --- a/etc/hooks/pre-push +++ b/etc/hooks/pre-push @@ -42,14 +42,16 @@ if make test-ci > "$root/.test/results" 2>&1; then grep 'Done fetching communities' -A1 --color=no "$root/.test/results"; grep -E 'Generated [[:digit:]]+ listings' -B1 --color=no "$root/.test/results"; cat <