From 1c4c56b885d1000aa27d60b73bfb0221d6e392f0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 20 Dec 2023 12:32:28 -0800 Subject: [PATCH] Meta/round: make it easier to find the beginning of each task --- round | 3 +++ 1 file changed, 3 insertions(+) diff --git a/round b/round index ed55bc5246..462919aafc 100755 --- a/round +++ b/round @@ -19,12 +19,15 @@ set -- $default $more for t do + echo "----- >8 -----" >&2 case "$skip" in *" $t "*) echo "Skipping $t" >&2 continue ;; esac + echo "Running $t" >&2 + case "$t" in address | undefined | address,undefined) SANITIZE=$t \ -- 2.47.3